15,416
edits
m (Reworked gender bars to cut down on html in the articles and work needed.) |
m (Added commonly used styles to classes) |
||
Line 290: | Line 290: | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
/* Various global classes */ | |||
.width-100 { width: 100%; } | |||
.width-50 { width: 50%; } | |||
.text-left { text-align: left; } | |||
.text-right { text-align: right; } | |||
.text-center { text-align: center; } | |||
.float-left { float: left; } | |||
.float-right { float: right; } |