Skip to content

Commit

Permalink
New stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Dec 20, 2011
1 parent 6c72d7c commit f513833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stylesheets/css/Lungo.layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/css/Lungo.layout.list.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;}
Expand Down

0 comments on commit f513833

Please sign in to comment.