From 6964c96c68df14bb1cb1fa8818f19ff9f913d910 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 13 Jun 2012 13:18:54 +0100 Subject: [PATCH] CSS Tweaks Very annoyingly, includes having to override the `position` of Bootstrap's dropdown menu class --- tw5.com/wiki/styles.css.tid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tw5.com/wiki/styles.css.tid b/tw5.com/wiki/styles.css.tid index 6bad9a3e4..e93ab53de 100644 --- a/tw5.com/wiki/styles.css.tid +++ b/tw5.com/wiki/styles.css.tid @@ -8,6 +8,7 @@ body { } .tw-story-element { + position: relative; margin: 30px 0px 30px 0px; padding: 20px 20px 20px 20px; border: 1px solid #999; @@ -37,6 +38,10 @@ body { font-weight: normal; } +.dropdown-menu { + position: static; +} + .tw-tags-wrapper .label { margin-right: 6px; }