Skip to content

Commit 20de346

Browse files
committed
Remove fixed height from .navbar in school.less
1 parent 09cb9c2 commit 20de346

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

less/okfn-common.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
border-radius: 0px 0px 0px 0px;
1919
padding-left: 0px;
2020
padding-right: 0px;
21-
border:none;
21+
border-top:none;
22+
border-right:none;
23+
border-left:none;
2224
}
2325

2426
.btn-primary {

less/school.less

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ li,
4949
#content li,
5050
body.blog #content,
5151
body.blog #content p,
52-
body.blog #content li
52+
body.blog #content li
5353
#blog-single,
5454
#blog-single p,
55-
#blog-single li {
55+
#blog-single li {
5656
font-size:16px;
5757
line-height:22px;
5858
color:#444444;
@@ -89,7 +89,7 @@ input[type="reset"] {
8989
input[type=submit].btn-large,
9090
input[type=reset].btn-large {
9191
-webkit-border-radius: 20px;
92-
border-radius: 20px;
92+
border-radius: 20px;
9393
padding: 7px 14px;
9494
font-weight:bold;
9595
font-size: 16px;
@@ -216,6 +216,9 @@ code {
216216

217217
/* Header */
218218
/* ====== */
219+
.navbar{
220+
height: auto;
221+
}
219222
.navbar-inner {
220223
filter: none; /* IE6-9 */
221224
-webkit-box-shadow: none;
@@ -245,7 +248,7 @@ code {
245248
}
246249
.navbar .dropdown-menu {
247250
-webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
248-
box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
251+
box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
249252
}
250253
.navbar .dropdown-menu a {
251254
color: #FFF;
@@ -285,8 +288,8 @@ code {
285288
position:absolute;
286289
top:4px;
287290
left:50%;
288-
width: 0;
289-
height: 0;
291+
width: 0;
292+
height: 0;
290293
border-left: 6px solid transparent;
291294
border-right: 6px solid transparent;
292295
border-top: 6px solid #333333;
@@ -307,7 +310,7 @@ code {
307310
background-position: center -227px;
308311
}
309312
#okf-panel {
310-
border-bottom-color:#2D2D2D;
313+
border-bottom-color:#2D2D2D;
311314
}
312315

313316

@@ -537,7 +540,7 @@ body > .tabbable.mailing-lists .nav li a {
537540
background-image:none;
538541
color:@primary;
539542
-webkit-border-radius: 25px;
540-
border-radius: 25px;
543+
border-radius: 25px;
541544
font-size: 22px;
542545
font-weight: bold;
543546
padding: 10px 40px;

style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)