Paired-With: Randall Hansen
Signed-off-by: Pieter van de Bruggen <[email protected]>
---
Local-branch: tickets/master/8196
public/stylesheets/layout.css | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/public/stylesheets/layout.css b/public/stylesheets/layout.css
index ac134c7..90159df 100644
--- a/public/stylesheets/layout.css
+++ b/public/stylesheets/layout.css
@@ -8,7 +8,9 @@
#content #sidebar { width: 20%; float: left; }
-#content #main { width: 80%; float: left; }
+body.with-sidebar #content #main { width: 80%; float: left; }
+body.no-sidebar #content #main { width: 100%; }
+
#content #main.full { width: 100%; }
#content #main #list {
--
1.7.5.1
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.