diff options
author | Belén Barros Peña <belen.barros.pena@intel.com> | 2014-11-02 10:38:58 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:56:24 +0000 |
commit | bb777bb52100197a1579f8c9f08914028b0994ba (patch) | |
tree | 5d33377ff059c40ae701d70186ab72fe4d100b41 /htdocs | |
parent | 09c279314bbf78f3477229d082fc7f4f419e4de9 (diff) | |
download | patchwork-bb777bb52100197a1579f8c9f08914028b0994ba.tar patchwork-bb777bb52100197a1579f8c9f08914028b0994ba.tar.gz |
patch: Put the download links next to the "Patch" header
v2: Fix 'dowload' typo x 2 (Bryce Harrington)
Signed-off-by: Belén Barros Peña <belen.barros.pena@intel.com>
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.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 3fe42b4..18b9b54 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -11,6 +11,12 @@ h2 { margin: 18px 0 18px 0; } +h2 a, h2 span { + font-size: 14px; + padding-left: 5px; + font-weight: normal; +} + pre { line-height: 110%; background-color: white; |