1
0

further improvement for comments display

This commit is contained in:
mamouneyya 2010-10-04 22:06:17 +08:00 committed by Bharat Mediratta
parent 703e74e4d2
commit ff41ad65ef

View File

@ -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;
}