12 lines
322 B
CSS
12 lines
322 B
CSS
/* a Twiki SeeSkin stylesheet
|
|
by Matt Wilkie,
|
|
2002-June-03 */
|
|
/* Available ID's: (xref $templates/*.see.tmpl)
|
|
wrapper, main, menu, meta, footer
|
|
title, topicaction, topics, zones
|
|
*/
|
|
@import "menu-right.css";
|
|
h1#sitemast { text-align: center; }
|
|
#menu { text-align: right; }
|
|
#wrapper { float: right;}
|