ts-website/css/navbar.css

63 lines
987 B
CSS
Raw Normal View History

2016-07-01 20:38:14 +00:00
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
* Copyright 2012-2016 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
2016-06-28 21:18:59 +00:00
2016-07-01 20:38:14 +00:00
.navbar {
min-height: 50px
2016-06-28 21:18:59 +00:00
}
.navbar-brand {
2016-07-01 20:38:14 +00:00
padding: 14.5px 15px;
height: 50px
2016-06-28 21:18:59 +00:00
}
.navbar-toggle {
2016-07-01 20:38:14 +00:00
margin-top: 8px;
margin-bottom: 8px
2016-06-28 21:18:59 +00:00
}
.navbar-nav {
2016-07-01 20:38:14 +00:00
margin: 0px -15px 0px 0px
2016-06-28 21:18:59 +00:00
}
@media (min-width: 768px) {
2016-07-01 20:38:14 +00:00
.navbar-nav> li> a {
padding-top: 14.5px;
padding-bottom: 14.5px;
2016-06-28 21:18:59 +00:00
}
}
.navbar-form {
2016-07-01 20:38:14 +00:00
margin-top: 3.5px;
margin-bottom: 3.5px;
2016-06-28 21:18:59 +00:00
}
.navbar-btn {
2016-07-01 20:38:14 +00:00
margin-top: 3.5px;
margin-bottom: 3.5px;
2016-06-28 21:18:59 +00:00
}
.navbar-btn.btn-sm {
2016-07-01 20:38:14 +00:00
margin-top: 9.5px;
margin-bottom: 9.5px;
2016-06-28 21:18:59 +00:00
}
.navbar-btn.btn-xs {
2016-07-01 20:38:14 +00:00
margin-top: 14px;
margin-bottom: 14px;
2016-06-28 21:18:59 +00:00
}
.navbar-text {
2016-07-01 20:38:14 +00:00
margin-top: 14.5px;
margin-bottom: 14.5px;
2016-06-28 21:18:59 +00:00
}