Index: branches/REL1_18/extensions/wikihiero/modules/ext.wikihiero.css |
— | — | @@ -0,0 +1,15 @@ |
| 2 | +.mw-hierotable { |
| 3 | + border: 0 !important; |
| 4 | + border-spacing: 0 !important; |
| 5 | +} |
| 6 | + |
| 7 | +.mw-hiero-outer { |
| 8 | + display: inline; |
| 9 | +} |
| 10 | + |
| 11 | +.mw-hierotable td { |
| 12 | + border: 0 !important; |
| 13 | + padding: 0 !important; |
| 14 | + text-align: center !important; |
| 15 | + vertical-align: middle !important; |
| 16 | +} |
Property changes on: branches/REL1_18/extensions/wikihiero/modules/ext.wikihiero.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 17 | + native |