Merge pull request #523 from mseymour/better-account-page-style
Better account page style/default background colour
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@import "000_vars.css.scss";
|
||||
|
||||
body {
|
||||
background-color: #FFF;
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user