summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-20 20:38:05 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-20 20:38:05 +0000
commit5abdf8aae19ecdf3e5f5f8b7ecb09c128667587d (patch)
treed7dbc8d9427a105631cbdb88d2987d1ba063e9dd /theme
parentf93575bd46db8eb559b6eef6abcab4e13b349748 (diff)
parent96dc058bfa499e4acf9248b116eada2009d72371 (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 59429cf72..406ba3f9a 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -489,7 +489,7 @@ margin-bottom:0;
/* user_profile */
#user_profile {
position:relative;
-width:633px;
+width:475px;
min-height:123px;
float:left;
margin-bottom:17px;
@@ -514,7 +514,7 @@ width:96px;
#user_profile .user_tags {
float:left;
clear:left;
-margin-left:125px;
+margin-left:113px;
width:322px;
margin-bottom:4px;
}
@@ -524,21 +524,24 @@ margin-bottom:4px;
width:auto;
clear:none;
}
-#user_profile .user_nickname {
+#user_profile .user_fn {
margin-left:11px;
+margin-left:4px;
+margin-right:4px;
+font-weight:bold;
}
#user_profile .user_nickname .nickname {
font-style:italic;
font-weight:bold;
-margin-left:4px;
-margin-right:4px;
}
-#user_profile .user_nickname dd:before {
+#user_profile .user_fn dd:before {
content: "(";
+font-weight:normal;
}
-#user_profile .user_nickname dd:after {
+#user_profile .user_fn dd:after {
content: ")";
+font-weight:normal;
}
#user_profile dt {