aboutsummaryrefslogtreecommitdiff
path: root/htdocs/css
diff options
context:
space:
mode:
authorBelén Barros Peña <belen.barros.pena@intel.com>2014-09-20 23:50:03 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:34 +0000
commit928f04eb32454b86f5155a98eedc48e8869cb820 (patch)
tree215b2dcd42f19da6ddc041486d2eef9c4138e13b /htdocs/css
parentea1bd625c438d98b65c57b1264814408140dc2b4 (diff)
downloadpatchwork-928f04eb32454b86f5155a98eedc48e8869cb820.tar
patchwork-928f04eb32454b86f5155a98eedc48e8869cb820.tar.gz
style.css: Provide a default <h2> style
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>
Diffstat (limited to 'htdocs/css')
-rw-r--r--htdocs/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 3cf4b95..d0a69c9 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -6,6 +6,11 @@ a:hover {
color: #0A0A47;
}
+h2 {
+ font-size: 25px;
+ margin: 18px 0 18px 0;
+}
+
.floaty {
position: fixed;
left: 0.1em;