Skip to content

Commit

Permalink
Merge pull request WebpageFX#19 from petermanser/master
Browse files Browse the repository at this point in the history
Improving HTML markup & shrink HTML size.
  • Loading branch information
arvida committed Mar 23, 2012
2 parents 378bb03 + bb36525 commit 98fa3de
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 524 deletions.
12 changes: 8 additions & 4 deletions public/emoji.css
Expand Up @@ -78,15 +78,19 @@ a:hover, a.hover { color: #999; }
float: left;
width: 256px;
height: 30px; }
.button {
ul.buttons div {
min-width: 110px;
font-size: 14px;
float: left;
font-family: "Courier", monospace;
padding: 4px 0;}
.button.hover { margin-left: -4px; }
.button.active { margin-left: 0;}
.button img, .button .emoji { vertical-align: middle; }
ul.buttons div.hover { margin-left: -4px; }
ul.buttons.active { margin-left: 0;}
ul.buttons img, ul.buttons .emoji { vertical-align: middle; }
ul.buttons img {
height: 22px;
width: 22px;
}
div#footer {
background-color:rgba(200,200,200,0.15);
border-top: 3px dotted #ddd;
Expand Down

0 comments on commit 98fa3de

Please sign in to comment.