From f5a094fd8b32d44767f7fc30a65f407f4e1d9945 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 23 Aug 2014 01:55:18 +0200 Subject: add user view, better bootstrap --- public/vendor/bootstrap-3.2.0/css/theme0.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'public/vendor/bootstrap-3.2.0/css/theme0.css') 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; } -- cgit v1.2.3-54-g00ecf