Changeset 6171
- Timestamp:
- 11/27/2017 05:34:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r6141 r6171 85 85 #wporg-header input[type="submit"] { 86 86 box-shadow: none; 87 } 88 89 #wporg-header ul li.download { 90 float: right; 91 height: 34px; 92 margin-right: 14px; 93 overflow: hidden; 94 padding: 0 0 34px; 95 } 96 97 @media screen and (max-width: 820px) { 98 #wporg-header ul li.download { 99 display: none; 100 } 101 } 102 103 @media screen and (max-width: 768px) { 104 #wporg-header ul li.download { 105 display: block; 106 float: none; 107 margin: 10px 20px 20px; 108 padding-bottom: 0; 109 height: auto; 110 } 111 #wporg-header ul li.download a { 112 padding: 4px 10px; 113 } 114 } 115 116 #wporg-header ul li.download a { 117 margin: 0; 118 padding: 0 16px; 119 } 120 121 #wporg-header ul li.download a:hover { 122 color: #eee; 123 } 124 125 #wporg-header ul li.download.current a, 126 #wporg-header ul li.download.current-menu-item a { 127 color: #eee; 87 128 } 88 129
Note: See TracChangeset
for help on using the changeset viewer.