Changeset 6297
- Timestamp:
- 12/20/2017 08:33:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/blog-wp4.css
r6115 r6297 1 table { 2 border: 1px solid #eee; 3 border-spacing: 0; 4 border-collapse: collapse; 5 font-size: 12.8px; 6 font-size: 0.8rem; 7 margin: 0 0 16px; 8 margin: 0 0 1rem; 9 padding: 0; 10 width: 100%; 11 } 12 13 table thead { 14 background: #32373c; 15 color: #fff; 16 } 17 18 table th, 19 table td { 20 border: 1px solid #eee; 21 font-weight: normal; 22 margin: 0; 23 padding: 6.4px; 24 padding: 0.4rem; 25 text-align: left; 26 vertical-align: top; 27 } 28 29 table th { 30 font-weight: 700; 31 } 32 33 table tbody tr:nth-child(even) { 34 background: #f7f7f7; 35 } 36 1 37 #wporg-header ul li a.current ~ .uparrow { 2 38 border-bottom-color: #ffffff;
Note: See TracChangeset
for help on using the changeset viewer.