summaryrefslogtreecommitdiff
path: root/public/vendor/bootstrap-3.2.0/css/theme0.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-08-23 01:55:18 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-08-23 01:55:18 +0200
commitf5a094fd8b32d44767f7fc30a65f407f4e1d9945 (patch)
treeeac9a223e103c3066ef6e0b57e0bf215eaa89a72 /public/vendor/bootstrap-3.2.0/css/theme0.css
parent74647e16d37fac9425a4561b49618b52cdc3e75c (diff)
add user view, better bootstrap
Diffstat (limited to 'public/vendor/bootstrap-3.2.0/css/theme0.css')
-rw-r--r--public/vendor/bootstrap-3.2.0/css/theme0.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/vendor/bootstrap-3.2.0/css/theme0.css b/public/vendor/bootstrap-3.2.0/css/theme0.css
index 060467ad..52236b90 100644
--- a/public/vendor/bootstrap-3.2.0/css/theme0.css
+++ b/public/vendor/bootstrap-3.2.0/css/theme0.css
@@ -249,8 +249,8 @@ th {
border: 1px solid #ddd !important; } }
@font-face {
font-family: 'Glyphicons Halflings';
- src: url("bootstrap/glyphicons-halflings-regular.eot");
- src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
+ src: url("../fonts/glyphicons-halflings-regular.eot");
+ src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
position: relative;
@@ -5294,3 +5294,6 @@ button.close {
display: none !important; } }
body {
padding-top: 50px; }
+
+.footer a {
+ color: #777777; }