alt layout for user profile
This commit is contained in:
@@ -2,26 +2,22 @@
|
||||
|
||||
div#c-users {
|
||||
div#a-show {
|
||||
div.grid {
|
||||
div.col {
|
||||
float: left;
|
||||
width: 50%;
|
||||
div.box {
|
||||
h2, h3 {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
div.box {
|
||||
clear: both;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
/* clearfix hacks */
|
||||
div.box:before, div.box:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
div.box:after {
|
||||
clear: both;
|
||||
}
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
/* clearfix hacks */
|
||||
div.box:before, div.box:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
div.box:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
dl {
|
||||
|
||||
Reference in New Issue
Block a user