##// END OF EJS Templates
css: set margin 0px at top and bottom of changeset ul and ol (#5501)...
Toshi MARUYAMA -
r7516:64412071996d
parent child
Show More
@@ -155,6 +155,7 tr.entry.file td.filename_no_report a { margin-left: 16px; }
155 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
155 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
156 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
156 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
157
157
158 tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
158 tr.changeset td.author { text-align: center; width: 15%; }
159 tr.changeset td.author { text-align: center; width: 15%; }
159 tr.changeset td.committed_on { text-align: center; width: 15%; }
160 tr.changeset td.committed_on { text-align: center; width: 15%; }
160
161
General Comments 0
You need to be logged in to leave comments. Login now