MediaWiki:Common.css: Difference between revisions

From ALEC Exposed
Jump to navigation Jump to search
took out unused css
css for twitter widget
Line 9: Line 9:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: center;
   background-position: center;
}
.twtr-widget {
  text-align: center;
}
.twtr-doc {
  text-align: left;
  margin: auto;
}
}

Revision as of 19:25, 24 June 2011

/* CSS placed here will be applied to all skins */

.hot-bills ul {
  list-style-image: url(http://www.alecexposed.org/w/images/e/ec/Red-check.png);
}

.more-hot-bills {
  background-image: url(http://www.alecexposed.org/w/images/0/0c/Big-red-check-trans.png);
  background-repeat: no-repeat;
  background-position: center;
}

.twtr-widget {
  text-align: center;
}
.twtr-doc {
  text-align: left;
  margin: auto;
}