Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -882,3 +882,9 @@ |
883 | 883 | font-weight: bold; |
884 | 884 | } |
885 | 885 | |
| 886 | +.toccolours { |
| 887 | + border: 1px solid #aaa; |
| 888 | + background-color: #f9f9f9; |
| 889 | + padding: 5px; |
| 890 | + font-size: 95%; |
| 891 | +} |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -895,3 +895,9 @@ |
896 | 896 | font-weight: bold; |
897 | 897 | } |
898 | 898 | |
| 899 | +.toccolours { |
| 900 | + border: 1px solid #aaa; |
| 901 | + background-color: #f9f9f9; |
| 902 | + padding: 5px; |
| 903 | + font-size: 95%; |
| 904 | +} |