@@ -20,8 +20,8 @@ td.page-header-left {
2020}
2121
2222td .page-header-top {
23- border-bottom : 1px solid # 444444 ;
2423 padding : 5px ;
24+ border-bottom : 1px solid # 444444 ;
2525}
2626
2727td .sidebar {
@@ -45,6 +45,7 @@ td.sidebar p.userblock {
4545td .content {
4646 padding : 1 5 1 5 ;
4747 vertical-align : top;
48+ width : 100% ;
4849}
4950
5051p .ok-message {
@@ -112,6 +113,7 @@ table.list th {
112113 border-top : 1px solid # 404070 ;
113114 border-bottom : 1px solid # 404070 ;
114115 vertical-align : top;
116+ empty-cells : show;
115117}
116118table .list th a [href ]: hover { color : # 404070 }
117119table .list th a [href ]: link { color : # 404070 }
@@ -128,27 +130,25 @@ table.list td {
128130 color : # 404070 ;
129131 background-color : white;
130132 vertical-align : top;
133+ empty-cells : show;
131134}
132135
133136table .list tr .normal td {
134- empty-cells : show ;
137+ background-color : white ;
135138}
136139
137140table .list tr .alt td {
138141 background-color : # efefef ;
139- empty-cells : show;
140142}
141143
142144table .list td : first-child {
143145 border-left : 1px solid # 404070 ;
144146 border-right : 1px solid # 404070 ;
145- empty-cells : show;
146147}
147148
148149table .list th : first-child {
149150 border-left : 1px solid # 404070 ;
150151 border-right : 1px solid # 404070 ;
151- empty-cells : show;
152152}
153153
154154table .list tr .navigation th {
@@ -179,15 +179,23 @@ table.messages th {
179179 font-weight : bold;
180180 color : black;
181181 text-align : left;
182+ border-bottom : 1px solid # afafaf ;
182183}
183184
184185table .messages td {
185186 font-family : monospace;
186187 background-color : # efefef ;
187- border-top : 1px solid # afafaf ;
188188 border-bottom : 1px solid # afafaf ;
189189 color : black;
190190 empty-cells : show;
191+ border-right : 1px solid # afafaf ;
192+ vertical-align : top;
193+ padding : 2 5 2 5 ;
194+ }
195+
196+ table .messages td : first-child {
197+ border-left : 1px solid # afafaf ;
198+ border-right : 1px solid # afafaf ;
191199}
192200
193201/* style for file displays */
0 commit comments