Skip to content

Commit

Permalink
Optimize CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 5, 2012
1 parent e99c3dc commit 4e179d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/views/styles/topic_page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
&-post
position: relative
padding: 5px 0
clearfix()
&-avatar-container
position: relative
display: block
Expand Down
2 changes: 1 addition & 1 deletion vendor/styles/fontello.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
font-weight: normal; font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
.icon-pencil-1, .icon-trash, .icon-logout, .icon-github {
font-family: fontello;
font-style: normal;
speak: none;
Expand Down
1 change: 0 additions & 1 deletion vendor/styles/normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
Expand Down

0 comments on commit 4e179d2

Please sign in to comment.