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:
@@ -1,6 +1,21 @@
|
|||||||
@import "../common/000_vars.css.scss";
|
@import "../common/000_vars.css.scss";
|
||||||
|
|
||||||
div#c-users {
|
div#c-users {
|
||||||
|
div#a-show {
|
||||||
|
dl {
|
||||||
|
dt {
|
||||||
|
width: 12em;
|
||||||
|
float: left;
|
||||||
|
clear: left;
|
||||||
|
margin-right: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt:after {
|
||||||
|
content: ':';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
div#a-edit {
|
div#a-edit {
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user