Changeset 8839
- Timestamp:
- 05/20/2019 03:23:08 PM (6 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
r7147 r8839 7 7 } 8 8 9 #header h1 a { 9 #header h1 a, 10 #header h1 :link, 11 #header h1 :link:hover { 10 12 width: 265px; 11 13 background: url('../buddypress-org/images/buddypress-logo.png') no-repeat 0 0; … … 47 49 -------------------------------------------------------------- */ 48 50 49 #nav li a:hover { 51 #nav li a:hover, 52 #header #nav li :link:hover { 50 53 background-color: #cf4944; 51 54 color: rgba(255,255,255,0.9); … … 98 101 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 99 102 100 #header h1 a { 103 #header h1 a, 104 #header h1 :link { 101 105 background-image: url('../buddypress-org/images/buddypress-logo-2x.png'); 102 106 background-size: 269px 65px; -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r7721 r8839 354 354 list-style: none; 355 355 } 356 #nav li a { 356 #nav li a, 357 #header #nav li :link { 357 358 text-decoration: none; 358 359 color: #fff;
Note: See TracChangeset
for help on using the changeset viewer.