changeset 6:76ea441588c4

Corrección de estilo para listas numeradas/no-numeradas
author Germán Póo-Caamaño <gpoo@calcifer.org>
date Mon, 20 Apr 2009 18:39:11 -0400
parents cca5b5db6e7b
children 7f9dbc01333c
files style.css
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/style.css	Sat Apr 18 23:38:38 2009 -0400
+++ b/style.css	Mon Apr 20 18:39:11 2009 -0400
@@ -20,7 +20,8 @@
 h3 { padding: 4px 0; margin:  0; font-size: 1.4em; }
 h4 { font-size: 1.2em; }
 h5 { font-size: 1.0em; }
-ul { margin: 0; padding : 0; list-style: none; }
+/* ul { margin: 0; padding : 0; list-style: none; } */
+ul { list-style-type: square; }
 img { border: 0; }
 hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }
 
@@ -79,10 +80,10 @@
 		#left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
 		.date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 25px 0; text-align: right }		
 		#left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
-		#left_side ul { list-style-position: inside; margin-left: 2px }
+	/*	#left_side ul { margin-left: 2px }
 		#left_side ul li { list-style-type: square; margin-left: 15px;  }
-		#left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
-		#left_side pre { padding: 0.8em 1em 0.8em 1em; border: 1px solid #ddd; margin: 0 2em 0 2em; background: #f5f5f5; }
+		#left_side ul ul li { margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
+		#left_side pre { padding: 0.8em 1em 0.8em 1em; border: 1px solid #ddd; margin: 0 2em 0 2em; background: #f5f5f5; }*/
 	
 /* The footer */
 #footer { border-top: 1px solid #DCDCDC; background: #f6f6f6;