summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-19 19:14:43 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-19 19:14:43 (GMT)
commit182f4a3b309df797350b6492a57b69405e67ab73 (patch)
treef6ec21abf8d44b766379cd35de83cc4e450b727e
parent70600e952984c095b57527b7a9529fa91991d7ff (diff)
fixed icon position on buttons
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index ecbb559..5b3d00d 100644
--- a/index.html
+++ b/index.html
@@ -17,6 +17,10 @@
padding-top: 60px;
padding-bottom: 40px;
}
+
+ .btn i[class*='icon-'] {
+ vertical-align: middle;
+ }
</style>
<link href="/javascript/twitter-bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<script src="/javascript/jquery/jquery.min.js"></script>