Changeset 1380
- Timestamp:
- 03/05/2015 08:42:01 PM (10 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
r1328 r1380 1321 1321 color: red; 1322 1322 } 1323 1324 .syntaxhighlighter { 1325 /* These are !important due to use of !important in SyntaxHighlighter Evolved plugin. */ 1326 max-width: 100% !important; 1327 width: inherit !important; 1328 } 1323 1329 } 1324 1330 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r1328 r1380 1438 1438 color: red; 1439 1439 } 1440 .devhub-wrap .syntaxhighlighter { 1441 /* These are !important due to use of !important in SyntaxHighlighter Evolved plugin. */ 1442 max-width: 100% !important; 1443 width: inherit !important; 1444 } 1440 1445 1441 1446 @media (max-width: 60em) {
Note: See TracChangeset
for help on using the changeset viewer.