Skip to content

Commit

Permalink
tweaks to css
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Jan 10, 2013
1 parent 7e6e902 commit 3ae2f0b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions static/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,31 @@
font-style: normal;
text-decoration: inherit;
}

body > div {
margin: 0 auto;
}

#logview .header {
margin: 0 auto;
max-width: 560px;
padding: 10px;
}

.userdisplay .user {
background-color: #F0F0F0;
font-size: 1.1em;
padding: 0;
}

.userdisplay .user .nick {
line-height: 1em;
}

.userdisplay .user .updatedAt {
color: #777777;
}

</style>

<!-- Included JS Files (Compressed) -->
Expand Down

0 comments on commit 3ae2f0b

Please sign in to comment.