Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -883,4 +883,9 @@ |
884 | 884 | background: url(images/user-icon.png) left top no-repeat; |
885 | 885 | padding-left: 15px !important; |
886 | 886 | text-transform: none; |
887 | | -} |
\ No newline at end of file |
| 887 | +} |
| 888 | + |
| 889 | +span.newpage, span.minor, span.bot { |
| 890 | + font-weight: bold; |
| 891 | +} |
| 892 | + |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -895,4 +895,9 @@ |
896 | 896 | background: url(images/user-icon.png) right top no-repeat; |
897 | 897 | padding-right: 15px !important; |
898 | 898 | text-transform: none; |
899 | | -} |
\ No newline at end of file |
| 899 | +} |
| 900 | + |
| 901 | +span.newpage, span.minor, span.bot { |
| 902 | + font-weight: bold; |
| 903 | +} |
| 904 | + |