Changeset 4716
- Timestamp:
- 01/18/2017 03:35:55 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r4715 r4716 47 47 48 48 // Cacheing hack 49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170118 ' );49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170118a' ); 50 50 } 51 51 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r4715 r4716 17 17 .site-header .site-title { 18 18 font-family: 'Open Sans', sans-serif; 19 } 20 21 table { 22 /* tables still need 'cellspacing="0"' in the markup */ 23 border-collapse: separate; 24 border-spacing: 0; 25 border: 1px solid #eee; 26 } 27 28 thead { 29 background: #eee; 30 } 31 32 caption, 33 th, 34 td { 35 font-weight: 400; 36 text-align: left; 37 } 38 39 td { 40 border-bottom: 1px solid #eee; 41 padding: 10px; 42 } 43 44 td:first-of-type { 45 width: 30%; 46 border-right: 1px solid #eee; 47 } 48 49 tr:last-of-type td { 50 border-bottom: 0; 19 51 } 20 52
Note: See TracChangeset
for help on using the changeset viewer.