]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
style.css: Provide a default <h2> style
authorBelén Barros Peña <belen.barros.pena@intel.com>
Sat, 20 Sep 2014 22:50:03 +0000 (23:50 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:34 +0000 (03:51 +0000)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Belén Barros Peña <belen.barros.pena@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css

index 3cf4b95278f5188d4f2cf93c4ac6173e2a45917e..d0a69c90822f02d8d026416918e0c9f03e0527f3 100644 (file)
@@ -6,6 +6,11 @@ a:hover {
        color: #0A0A47;
 }
 
+h2 {
+       font-size: 25px;
+       margin: 18px 0 18px 0;
+}
+
 .floaty {
        position: fixed;
        left: 0.1em;