MediaWiki:Vector.css: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
}
}
toc {
toc {
      display:block;
       float: right;
       float: right;




}
}

Revision as of 19:10, 26 May 2016

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

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

body {
      font-family: 'Oswald';

}
toc {
      float: right;


}