Changeset 6310
- Timestamp:
- 01/05/2018 10:17:32 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r6299 r6310 1949 1949 th { 1950 1950 font-weight: bold; 1951 padding: .7rem .4rem;1951 padding: 1em; 1952 1952 } 1953 1953 } 1954 1954 1955 1955 th, td { 1956 padding: .4rem;1956 padding: 0.8em 1em; 1957 1957 margin:0; 1958 1958 font-weight:normal; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r6299 r6310 2273 2273 .single-command #content table thead th { 2274 2274 font-weight: bold; 2275 padding: .7rem .4rem;2275 padding: 1em; 2276 2276 } 2277 2277 2278 2278 .single-command #content table th, .single-command #content table td { 2279 padding: .4rem;2279 padding: 0.8em 1em; 2280 2280 margin: 0; 2281 2281 font-weight: normal;
Note: See TracChangeset
for help on using the changeset viewer.