Adding specific styling to definition list in the show users page to make the page appear less cluttered and more concise.

This commit is contained in:
Mark Seymour
2013-02-21 15:17:38 -04:00
parent fef8597564
commit 886a7239b6

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;