Skip to content

Commit

Permalink
fixed width for github example css
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 12, 2011
1 parent 5e0a80f commit e28ac86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/github/public/style.css
@@ -1,18 +1,18 @@
body {
padding: 30px 50px;
font: 12px/1.4 "Helvetica Neue", Arial, sans-serif;
padding: 30px 50px;
font: 12px/1.4 "Helvetica Neue", Arial, sans-serif;
}
a {
color: #00AAFF;
text-decoration: none;
color: #00AAFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
text-decoration: underline;
}
.user {
margin: 0 10px;
float: left;
width: 20%;
width: 300px;
}
table td:nth-child(2) {
padding: 0 5px;
Expand Down

0 comments on commit e28ac86

Please sign in to comment.