summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2010-12-01 17:22:33 -0700
committerBen Beltran <ben@nsovocal.com>2010-12-01 17:22:33 -0700
commitb1860bfaa98ad621bb046bff450fd3b237b4bc7d (patch)
tree0f0429f1891ad3f2cd73dc89812ab01659a1fc27 /views
parent9904558b3ae319587bb039233a50f561a847e8f7 (diff)
Detalles detalles.
Un cambio de estilo nadamas para el footer (arregla un bug de que no se ve el tooltip)
Diffstat (limited to 'views')
-rw-r--r--views/style.css1
-rw-r--r--views/style.less4
2 files changed, 5 insertions, 0 deletions
diff --git a/views/style.css b/views/style.css
index 3427b79..dc9cd78 100644
--- a/views/style.css
+++ b/views/style.css
@@ -174,3 +174,4 @@ hr {
z-index: 3;
display: none;
}
+#footer { height: 100px; }
diff --git a/views/style.less b/views/style.less
index 5d11811..1f7b075 100644
--- a/views/style.less
+++ b/views/style.less
@@ -202,4 +202,8 @@ hr{
left: 0;
z-index: 3;
display: none;
+}
+
+#footer{
+ height: 100px;
} \ No newline at end of file