Ticket #9755: 9755.patch
| File 9755.patch, 759 bytes (added by hakre, 4 years ago) |
|---|
-
wp-content/themes/classic/style.css
12 12 Please tweak this and make it your own. :) 13 13 */ 14 14 15 .invisible { 16 position: absolute; 17 left: -1000em; 18 } 19 15 20 a { 16 21 color: #675; 17 22 } -
wp-content/themes/default/style.css
654 654 .hidden { 655 655 display: none; 656 656 } 657 658 .invisible { 659 position: absolute; 660 left: -1000em; 661 } 657 662 658 663 hr { 659 664 display: none;
