Slightly increase font size for top-level H2s in WP back-end. refs #1357
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -699,4 +699,6 @@ div.dataTables_paginate span.paginate_active { | ... | @@ -699,4 +699,6 @@ div.dataTables_paginate span.paginate_active { |
| 699 | .filter-table tr:first-child { border-top:none; } | 699 | .filter-table tr:first-child { border-top:none; } |
| 700 | 700 | ||
| 701 | ul.action-class {} | 701 | ul.action-class {} |
| 702 | ul.action-class li { margin: 0px 0px 10px 0px;} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 702 | ul.action-class li { margin: 0px 0px 10px 0px;} | ||
| 703 | |||
| 704 | div.wrap > h2 { font-size: 25px; } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment