18 lines
189 B
CSS
18 lines
189 B
CSS
/*
|
|
$Id$
|
|
|
|
*/
|
|
|
|
body {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#top, #portlets, #footer, #comments, #object-actions {
|
|
display: none;
|
|
}
|
|
|
|
#content {
|
|
/* width: 100%; */
|
|
width: 80%;
|
|
color: Black;
|
|
}
|