Ver Fonte

New stylesheets

@soyjavi há 14 anos atrás
pai
commit
f513833e89

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

@@ -25,7 +25,7 @@ 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 0 4px;}
 article .title .icon{margin-right:4px;}
-article .text{margin:4px 0;display:block;font-size:0.9em;font-weight:normal;}
+article .text{margin:4px 0 8px;display:block;font-size:0.9em;font-weight:normal;line-height:1.4em;}
 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;}

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

@@ -6,7 +6,7 @@
 .list .icon{display:inline-block;}
 .list .tip{font-size:0.85em;font-weight:bold;}
 .list .light{font-size:0.9em;font-weight:normal;}
-.list .anchor{font-size:0.75em;padding:3px 6px !important;}
+.list li.anchor{font-size:0.75em;padding:3px 6px !important;}
 .list .anchor .icon{width:14px !important;height:14px !important;margin-right:4px !important;font-size:1.3em !important;line-height:16px !important;}
 .list .anchor .bubble{display:none;}
 .list .search input{width:88%;}