switch nav by jumbotron to a simpler list of divs
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
.jumbotron {
|
||||
color: white;
|
||||
background-color: #003466;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.link-list {
|
||||
@@ -13,13 +14,15 @@
|
||||
|
||||
/* style for nav by the jumbotron */
|
||||
.nav-by-jumbotron {
|
||||
background-color: #bbb;
|
||||
border-radius: 5px;
|
||||
padding: 17px 17px 16px 17px;
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
.nav-item-border {
|
||||
border-bottom: solid grey 1px;
|
||||
.nav-divs-by-jumbotron {
|
||||
background-color: #bbb;
|
||||
margin: 4px;
|
||||
padding:8px;
|
||||
font-size: 1.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* style the panels with the text content */
|
||||
|
||||
Reference in New Issue
Block a user