clear: both;
}
+.hide {
+ display: none !important;
+}
+
/* Basic colors and fonts */
body {
- font-family: Georgia;
+ font-family: Georgia, serif;
background: #f7f7f7;
color: black;
.initial-block {
display: inline-block;
+ width: 100%;
}
}
border-bottom-right-radius: 4px;
}
}
- .active {
- > a, span {
- &, &:hover, &:focus {
- z-index: 2;
- color: #fff;
- cursor: default;
- background-color: #337ab7;
- border-color: #337ab7;
- }
+ .current {
+ &, &:hover, &:focus {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #337ab7;
+ border-color: #337ab7;
}
}
.disabled {