changeset 4528:731b6444984c

Improve Journal page (fix some broken CSS) The existing journal page references some CSS from bootstrap, but we are not currently using bootstrap. This change implements the missing css in our own style so that the page does not have a broken layout.
author Na'Tosha Bard <natosha@unity3d.com>
date Thu, 18 Sep 2014 12:10:45 +0200
parents dacdea9fda2a
children 869976dfb8c2
files kallithea/public/css/style.css
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Sep 19 14:18:56 2014 +0200
+++ b/kallithea/public/css/style.css	Thu Sep 18 12:10:45 2014 +0200
@@ -1014,6 +1014,20 @@
     text-decoration: none;
 }
 
+#content div.box div.title ul.links.nav-tabs li a {
+    float: left;
+    color: #fff;
+    margin: 0;
+    padding: 11px 10px 11px 10px;
+}
+
+#content div.box div.title ul.links.icon-only-links li a {
+    float: left;
+    color: #fff;
+    margin: 0;
+    padding: 11px 10px 11px 10px;
+}
+
 #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6,
 #content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 {
     clear: both;