Makes container-fluid a non-overflowing component; adds missing hofbeats file.
authorSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 08:15:26 +0000 (10:15 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 08:15:26 +0000 (10:15 +0200)
examples/hoofbeats/stylesheets/hoofbeats.css [new file with mode: 0644]
src/themes/default/common.less [new file with mode: 0644]
src/themes/default/default-night.less
src/themes/default/default.less

diff --git a/examples/hoofbeats/stylesheets/hoofbeats.css b/examples/hoofbeats/stylesheets/hoofbeats.css
new file mode 100644 (file)
index 0000000..d31485d
--- /dev/null
@@ -0,0 +1,7 @@
+.content {
+  padding-top: 40px;
+}
+
+.content ul, .content ol {
+  margin-left: 0;
+}
diff --git a/src/themes/default/common.less b/src/themes/default/common.less
new file mode 100644 (file)
index 0000000..45a4c01
--- /dev/null
@@ -0,0 +1,8 @@
+.container-fluid {
+  position:absolute;
+  height: 100%;
+  width: 100%;
+  overflow: hidden;
+  margin: 0;
+  padding: 0;
+}
index b82a12f..02a10ab 100644 (file)
@@ -1,5 +1,7 @@
 @import "../../bootstrap/less/bootstrap.less";
 
+@import "common.less";
+
 @import "default-night-variables.less";
 @import "default-night-theme.less";
 
index 27c91ad..b3852e1 100644 (file)
@@ -1,3 +1,4 @@
 @import "../../bootstrap/less/bootstrap.less";
+@import "common.less";
 @import "seat-selector.less";
 @import "header.less";