Files
website/css/ahd.css

56 lines
823 B
CSS

body {
padding: 50px 0;
font-family: Verdana;
}
li.dropdown-submenu {
position:relative;
}
li.dropdown-submenu:hover >ul.dropdown-menu {
display: block;
}
li.dropdown:hover >ul.dropdown-menu {
display: block;
}
ul.dropdown-menu.pull-left
{
margin-top: -6px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
top: 0;
left: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: bold;
}
#footer h3 {
text-decoration: underline;
}
#footer:hover .navbar-brand {
height: auto;
}
.container-fluid {
max-width: 1600px;
}
.container-fluid .img-responsive {
margin: 0 auto;
}
.caret.rotate-left {
transform: rotate(270deg);
}
.navbar-fixed-top .pull-right img {
margin-top: 15px;
margin-left: 30px;
}