Explorar el Código

New stylesheets

@soyjavi hace 14 años
padre
commit
60c4ffcd95

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

@@ -23,8 +23,9 @@ header~article{top:40px;}
 footer~article{bottom:40px;}
 article.current{z-index:1;opacity:1;}
 article.aside{-webkit-transform:translate3d(256px, 0, 0);transform:translate3d(256px, 0, 0);}
-@media handheld, only screen and (min-width: 768px){article.aside{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);}}article .title{font-size:1.1em;margin:0px 4px 4px;}
+@media handheld, only screen and (min-width: 768px){article.aside{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);}}article .title{font-size:1.1em;margin:0px 0 4px;}
 article .title .icon{margin-right:4px;}
+article .text{margin:4px 0;display:block;font-size:0.9em;font-weight:normal;}
 nav{height:inherit;text-align:center;font-weight:normal;}
 nav a{display:inline-block;padding:0 6px;height:inherit;float:left;font-size:2.0em;line-height:38px;}
 nav a abbr{position:relative;bottom:3px;margin-left:2px;display:none;font-size:0.5em;font-weight:bold;}

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

@@ -191,11 +191,17 @@ article {
 	
 	article .title {
 		font-size: 1.1em;
-		margin: 0px 4px 4px;
+		 margin: 0px 0 4px;
 	}
 		
 		article .title .icon { margin-right: 4px; }
-				
+	
+	article .text {
+		margin: 4px 0;
+		display: block;
+    	font-size: 0.9em;
+    	font-weight: normal;
+	}			
 /* @end */
 
 /* @group <nav> */

+ 0 - 4
src/stylesheets/less/Lungo.widgets.less

@@ -74,14 +74,10 @@
 }
 /* @end */
 
-
-
 .framed { border: 2px solid #fff;}
 
 .round { .border-radius(4px); }
 
-
-
 /* @end */
 
 .bubble {