alt layout for user profile

This commit is contained in:
albert
2013-02-22 15:16:54 -05:00
parent 5b0c192d18
commit ad28a2cced
5 changed files with 119 additions and 118 deletions

View File

@@ -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 {