Merge pull request #523 from mseymour/better-account-page-style

Better account page style/default background colour
This commit is contained in:
Albert Yi
2013-02-21 11:49:38 -08:00
2 changed files with 16 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
@import "000_vars.css.scss";
body {
background-color: #FFF;
font-family: Verdana, Helvetica, sans-serif;
padding: 0;
margin: 0;

View File

@@ -1,6 +1,21 @@
@import "../common/000_vars.css.scss";
div#c-users {
div#a-show {
dl {
dt {
width: 12em;
float: left;
clear: left;
margin-right: .75em;
}
dt:after {
content: ':';
}
}
}
div#a-edit {
h1 {
margin-bottom: 0.5em;