diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-19 19:14:43 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-19 19:14:43 (GMT) |
commit | 182f4a3b309df797350b6492a57b69405e67ab73 (patch) | |
tree | f6ec21abf8d44b766379cd35de83cc4e450b727e /index.html | |
parent | 70600e952984c095b57527b7a9529fa91991d7ff (diff) |
fixed icon position on buttons
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |