From 36e966b005f4b49a07e78d9b2c00ded22b2793d7 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 3 Oct 2011 15:00:43 +1300 Subject: [PATCH] MDL-28566 theme_base: removed MDL comment --- theme/base/style/user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/base/style/user.css b/theme/base/style/user.css index 43391c4b055d0..074549018ebe1 100644 --- a/theme/base/style/user.css +++ b/theme/base/style/user.css @@ -23,7 +23,7 @@ .userinfobox .userpicture {width: 100px;height: 100px;} .userinfobox .content {vertical-align: top;} .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 .username {padding-bottom: 20px;font-weight: bold;} .userinfobox td.label {text-align:right;white-space: nowrap;vertical-align: top;font-weight:bold;} @@ -52,4 +52,4 @@ .dir-rtl .descriptionbox {margin-right: 110px;margin-left: 0px; } .dir-rtl .userlist table#participants td, .dir-rtl .userlist table#participants th {text-align: right;} -.dir-rtl .userlist table#participants {margin: 0 auto;} \ No newline at end of file +.dir-rtl .userlist table#participants {margin: 0 auto;}