diff --git a/themes/browny_wind/css/screen.css b/themes/browny_wind/css/screen.css index d0b28eb3..b4f37b52 100644 --- a/themes/browny_wind/css/screen.css +++ b/themes/browny_wind/css/screen.css @@ -1509,6 +1509,11 @@ div#g-action-status { margin-right: .6em; } +#g-user-profile #g-comment-detail div { + margin-left: 5em; + line-height: 150%; +} + #g-user-profile #g-comment-detail ul li { border: .1em dotted #D4BE9B; padding: .8em .5em; @@ -1535,6 +1540,11 @@ div#g-action-status { margin-right: 0em; } +.rtl #g-user-profile #g-comment-detail div { + margin-right: 5em; + margin-left: 0em; +} + .rtl #g-user-profile h1 { margin: 1.25em 4.4em 2em 0em; }