deps: update all bower deps adjust style to new boostrap defaults
This commit is contained in:
parent
49e5280edf
commit
5735c1deb5
22
bower.json
22
bower.json
|
@ -2,20 +2,20 @@
|
|||
"name": "realms",
|
||||
"version": "0.1.2",
|
||||
"dependencies": {
|
||||
"components-bootstrap": "~3.2.0",
|
||||
"components-font-awesome": "~4.2.0",
|
||||
"jquery": "~1.11.1",
|
||||
"highlightjs": "~8.0.0",
|
||||
"handlebars": "~2.0.0",
|
||||
"components-bootstrap": "~3.3.6",
|
||||
"components-font-awesome": "~4.5.0",
|
||||
"jquery": "~2.2.3",
|
||||
"highlightjs": "~9.2.0",
|
||||
"handlebars": "~4.0.5",
|
||||
"keymaster": "madrobby/keymaster",
|
||||
"ace-builds": "~1.1.6",
|
||||
"parsleyjs": "~2.0.3",
|
||||
"ace-builds": "~1.2.3",
|
||||
"parsleyjs": "~2.3.10",
|
||||
"marked": "~0.3.2",
|
||||
"js-yaml": "~3.2.1",
|
||||
"js-yaml": "~3.6.0",
|
||||
"store-js": "~1.3.16",
|
||||
"bootswatch-dist": "3.2.0-flatly",
|
||||
"bootbox": "4.3.0",
|
||||
"datatables": "1.10.7",
|
||||
"bootswatch-dist": "3.3.6-flatly",
|
||||
"bootbox": "4.4.0",
|
||||
"datatables": "1.10.11",
|
||||
"datatables-plugins": "latest"
|
||||
}
|
||||
}
|
|
@ -1,9 +1,15 @@
|
|||
body {
|
||||
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
height: 50px !important;
|
||||
min-height: 49px !important;
|
||||
font-size: 0.85em;
|
||||
background: #242628;
|
||||
margin-bottom: 10px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.navbar-collapse {
|
||||
|
@ -45,6 +51,9 @@
|
|||
|
||||
.navbar-brand {
|
||||
color: white;
|
||||
float: left;
|
||||
font-size: 19px;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
|
Loading…
Reference in a new issue