2007-06-04 11:10:38 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 5em 3em 0 0;
|
|
|
|
}
|
|
|
|
/**
|
2007-06-05 09:15:02 +00:00
|
|
|
* Yes - right is on the left and left is on the right!
|
2007-06-04 11:10:38 +00:00
|
|
|
* Welcome to design by tables..
|
|
|
|
*/
|
|
|
|
#sidebar-left {
|
2007-11-27 12:09:27 +00:00
|
|
|
border-right: none;
|
2007-06-04 11:10:38 +00:00
|
|
|
border-left: 1px solid gray;
|
|
|
|
}
|
|
|
|
#sidebar-right {
|
2007-11-27 12:09:27 +00:00
|
|
|
border-left: none;
|
2007-06-04 11:10:38 +00:00
|
|
|
border-right: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.links li {
|
2007-11-27 12:09:27 +00:00
|
|
|
border-left: none;
|
2007-06-04 11:10:38 +00:00
|
|
|
border-right: 1px solid #000;
|
|
|
|
}
|
|
|
|
ul.links li.first {
|
2007-11-27 12:09:27 +00:00
|
|
|
border-left: none;
|
2007-06-04 11:10:38 +00:00
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
div.links {
|
|
|
|
text-align: left;
|
|
|
|
}
|