Changeset 7280
- Timestamp:
- 06/07/2018 03:51:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r7110 r7280 2077 2077 margin: 0 .5em 0 0; 2078 2078 } 2079 #ticket table.properties th {2079 #ticket table.properties > tbody > th { 2080 2080 padding: 0.5em .2em .5em 0; /* reduce side padding */ 2081 2081 } 2082 #ticket table.properties td {2082 #ticket table.properties > tbody > td { 2083 2083 padding: 0.5em 0 .5em .2em; /* reduce side padding */ 2084 2084 } … … 2158 2158 margin-top: 10px; 2159 2159 } 2160 #ticket table.properties th,2161 #ticket table.properties td {2160 #ticket table.properties > tbody > th, 2161 #ticket table.properties > tbody > td { 2162 2162 display: block; 2163 2163 float: left; … … 2167 2167 box-sizing: border-box; 2168 2168 } 2169 #ticket table.properties th {2169 #ticket table.properties > tbody > th { 2170 2170 width: 40%; 2171 2171 clear: left;
Note: See TracChangeset
for help on using the changeset viewer.