Removed top nav bar
This commit is contained in:
parent
018afd075b
commit
f400fd5773
2 changed files with 5 additions and 21 deletions
|
@ -9,32 +9,19 @@ body {
|
|||
overflow: clip;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: Purple;
|
||||
color: #FFFFFF;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #AAAAAA;
|
||||
}
|
||||
|
||||
.nav-name {
|
||||
font-weight: 1000;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
float: right;
|
||||
text-align: center;
|
||||
padding-left: 25px;
|
||||
display: block;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background-color: Purple;
|
||||
color: #FFF;
|
||||
height: 100%;
|
||||
width: 15%;
|
||||
float: left;
|
||||
border-right: 1px solid #AAAAAA;
|
||||
padding: 1%;
|
||||
}
|
||||
|
||||
.sidemenu li {
|
||||
|
@ -47,7 +34,7 @@ body {
|
|||
display: block;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #000040;
|
||||
color: #FFF;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue