summaryrefslogtreecommitdiff
path: root/public/views/header.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-25 18:55:56 +0800
committerWu Cheng-Han2015-09-25 18:55:56 +0800
commitbb8a0da71fab249d8b7f1e66c46f889e69feb813 (patch)
treea4c5d10af4abf0a7094f9db47f2c2d23195dac50 /public/views/header.ejs
parent2493c8f986c35bd9a51e450ac794189e2d5c173b (diff)
Added support of print and unselectable styles, updated vimeo and youtube parsing method for this
Diffstat (limited to 'public/views/header.ejs')
-rw-r--r--public/views/header.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/header.ejs b/public/views/header.ejs
index a1d31430..88e63374 100644
--- a/public/views/header.ejs
+++ b/public/views/header.ejs
@@ -1,7 +1,7 @@
-<nav class="hidden-print navbar navbar-default navbar-fixed-top unselectable">
+<nav class="navbar navbar-default navbar-fixed-top unselectable hidden-print">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
- <span class="pull-right" style="margin-top: 17px; color: #777;">
+ <span class="pull-right" style="margin-top: 17px; color: #777;">
<div class="visible-xs">&nbsp;</div>
<div class="visible-sm">&nbsp;</div>
<div class="visible-md">&nbsp;</div>
@@ -110,4 +110,4 @@
</ul>
</div>
</nav>
-<div class="ui-spinner"></div> \ No newline at end of file
+<div class="ui-spinner unselectable hidden-print"></div> \ No newline at end of file