summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-11-01 23:39:08 +0000
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:56:24 +0000
commit09c279314bbf78f3477229d082fc7f4f419e4de9 (patch)
tree8f58c084ea751fb24228beecb5efbd2821b97b74 /htdocs
parent0dc357497d9ff6eb338d40c3eccbcb45478fbf05 (diff)
downloadpatchwork-09c279314bbf78f3477229d082fc7f4f419e4de9.tar
patchwork-09c279314bbf78f3477229d082fc7f4f419e4de9.tar.gz
patch: Override Bootstrap's <pre> styling
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>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 10ecd3d..3fe42b4 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -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;
}