Skip to content

Commit

Permalink
MDL-28566 theme_base: removed MDL comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Oct 3, 2011
1 parent 2c66cee commit 36e966b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/base/style/user.css
Expand Up @@ -23,7 +23,7 @@
.userinfobox .userpicture {width: 100px;height: 100px;} .userinfobox .userpicture {width: 100px;height: 100px;}
.userinfobox .content {vertical-align: top;} .userinfobox .content {vertical-align: top;}
.userinfobox .links {width: 100px;padding: 5px;vertical-align: bottom;} .userinfobox .links {width: 100px;padding: 5px;vertical-align: bottom;}
.userinfobox .links a {display: block;} /* MDL-28566 FIX for participants user details */ .userinfobox .links a {display: block;}
.userinfobox .list td {padding: 3px;} .userinfobox .list td {padding: 3px;}
.userinfobox .username {padding-bottom: 20px;font-weight: bold;} .userinfobox .username {padding-bottom: 20px;font-weight: bold;}
.userinfobox td.label {text-align:right;white-space: nowrap;vertical-align: top;font-weight:bold;} .userinfobox td.label {text-align:right;white-space: nowrap;vertical-align: top;font-weight:bold;}
Expand Down Expand Up @@ -52,4 +52,4 @@
.dir-rtl .descriptionbox {margin-right: 110px;margin-left: 0px; } .dir-rtl .descriptionbox {margin-right: 110px;margin-left: 0px; }
.dir-rtl .userlist table#participants td, .dir-rtl .userlist table#participants td,
.dir-rtl .userlist table#participants th {text-align: right;} .dir-rtl .userlist table#participants th {text-align: right;}
.dir-rtl .userlist table#participants {margin: 0 auto;} .dir-rtl .userlist table#participants {margin: 0 auto;}

0 comments on commit 36e966b

Please sign in to comment.