diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 320: Don't display the darker-shade breadcrumb bar on index page

Message ID 20111129093719.13982.83596.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 9:37 a.m. UTC
------------------------------------------------------------
revno: 320
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Tue 2011-11-22 21:55:49 +0100
message:
  Don't display the darker-shade breadcrumb bar on index page
modified:
  lava_server/templates/index.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/templates/index.html'
--- lava_server/templates/index.html	2011-11-22 17:36:14 +0000
+++ lava_server/templates/index.html	2011-11-22 20:55:49 +0000
@@ -13,6 +13,12 @@ 
     height="70"
     alt="Linaro logo"/></a>
 </div>
+<style type="text/css">
+#lava-content-and-sidebar,
+#lava-content-without-sidebar {
+  margin-top: 0;
+}
+</style>
 {% endblock %}