fixing 2003 theme

This commit is contained in:
Andreas Stephanides
2014-01-24 11:13:24 +01:00
parent 17b273b8cb
commit 40d7b6ab08
4 changed files with 70 additions and 67 deletions

View File

@@ -1,3 +1,29 @@
h1 {
font-size: 23px
}
h2 {
font-size: 19px
}
body,html {
padding:0;
margin:0;
}
a:hover {
text-decoration:none;
}
ul.linkbox-list
{
max-width:70em;
@@ -29,3 +55,39 @@ div.contentbox
{
margin: 5px;
}
div.content-column {
max-width:70em;
}
div.content-wrap {
margin-left:auto;
margin-right:auto;
}
#contentdiv
{
background: $contentdiv-background;
}
#contentdiv .container-fluid
{ padding:0;
}
.navbar .nav .divider {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: grey;
min-width: 100%;
}
.navbar .navbar-inner
{
border:none;
box-shadow:none;
}
.navbar .nav li {
min-width:$navbar-li-minwidth;
}
div.smallspan {
min-height:0;
}