]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
patch: Override Bootstrap's <pre> styling
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 1 Nov 2014 23:39:08 +0000 (23:39 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:56:24 +0000 (03:56 +0000)
To look more like what patchwork was using.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css

index 10ecd3d37ac1bd93e4768e333ce3a1307888efd7..3fe42b48779a8da11bb9588b84f23c804ed3726e 100644 (file)
@@ -11,6 +11,12 @@ h2 {
        margin: 18px 0 18px 0;
 }
 
+pre {
+       line-height: 110%;
+       background-color: white;
+       border-radius: 0;
+}
+
 .floaty {
        position: fixed;
        left: 0.1em;
@@ -236,8 +242,11 @@ table.patchmeta tr th, table.patchmeta tr td {
        background: #f0f0f0;
 }
 
+.comment .content {
+       border: 0;
+}
+
 .patch .content {
-       border: thin solid gray;
        padding: 1em;
 }