projects
/
WP-Themes
/
WildBillsATVs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34aa18e
)
remove admin bar from webisite
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 17 Oct 2014 14:36:04 +0000
(10:36 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 17 Oct 2014 14:36:04 +0000
(10:36 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
be22a2d
..
d8c08d0
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-261,3
+261,9
@@
aside.left-off-canvas-menu ul.off-canvas-list li > ul li > a {
aside.left-off-canvas-menu ul.off-canvas-list li > ul.open {
display: block;
}
+html {
+ margin-top: 0px !important;
+}
+#wapadminbar {
+ display: none;
+}