Parcourir la source

New stylesheets

@soyjavi il y a 14 ans
Parent
commit
6c72d7ccfe

+ 1 - 1
src/stylesheets/css/Lungo.theme.default.css

@@ -104,7 +104,7 @@ aside ~ article {
 .list .tip {
   color: #7a7a7a;
 }
-.list .anchor {
+.list li.anchor {
   background: #f4f4f4;
   color: #222;
 }

+ 2 - 1
src/stylesheets/less/Lungo.layout.less

@@ -197,10 +197,11 @@ article {
 		article .title .icon { margin-right: 4px; }
 	
 	article .text {
-		margin: 4px 0;
+		margin: 4px 0 8px;
 		display: block;
     	font-size: 0.9em;
     	font-weight: normal;
+    	line-height: 1.4em;
 	}			
 /* @end */
 

+ 1 - 1
src/stylesheets/less/Lungo.layout.list.less

@@ -57,7 +57,7 @@
     	font-weight: normal;
 	}
 
-	.list .anchor { 	
+	.list li.anchor { 	
 		font-size: 0.75em;
 		padding: 3px 6px !important;
 	}

+ 1 - 1
src/stylesheets/less/Lungo.theme.default.less

@@ -121,7 +121,7 @@ aside {
 		color: #7a7a7a;
 	}
 	
-	.list .anchor {
+	.list li.anchor {
 		background: #f4f4f4;
 		color: #222;
 	}