MediaWiki:Vector.css: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
.toc toc {
.toc toc {
       float: right;
       float: right;
       display:block;
       margin-right:10px;


}
}

Revision as of 19:16, 26 May 2016

/* CSS placed here will affect users of the Vector skin */

@import url('https://fonts.googleapis.com/css?family=Oswald');

body, H1, H2, H3, H4, firstHeading {
      font-family: 'Oswald';

}
.toc toc {
      float: right;
      margin-right:10px;

}