Skip to content

Commit

Permalink
restoring demo-specific additions
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Jan 21, 2012
1 parent d95a2f6 commit 27f3652
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,34 @@
width: 420px;
margin: 0 auto;
}
.center {
text-align:center;
clear:both;
}
a {
text-decoration:none;
color:rgba(79, 112, 115, 1);
}
a:hover {
border-bottom:solid 1px rgba(79, 112, 115, 1);
}
.links {
float:left;
margin-bottom:20px;
margin:10px 0;
padding:0;
}
.links li {
float:left;
list-style:none;
margin:0;
}
.links li:first-child {
margin-right:10px;
}
.links li a {
display:block;
text-decoration:none;
width:150px;
width:182px;
background:#333;
color:#eee;
padding:10px;
Expand All @@ -45,7 +58,7 @@
-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.7) ;
box-shadow: 0px 0px 1px rgba(0,0,0,.7) ;
}
.item>p {
.item p {
text-align: center;
font-size:11px;
font-weight:bold;
Expand Down

0 comments on commit 27f3652

Please sign in to comment.