From 920413d6cecea69dc651afa27ef9d5025107d1b0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 12 Aug 2014 12:29:11 +0000 Subject: [PATCH] backport of r3175: change headline size for news_admin --- pixelegg/css/pixelegg.css | 16 ++++++++-------- pixelegg/less/layout_headlines.less | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 0ec07f5b7c..9ca920b496 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3749,34 +3749,34 @@ body > div#egw_message { * @version $Id$ */ h1 { - font-size: 300%; + font-size: 200%; /*line-height: 330%;*/ margin: 0.4em 0 0; font-weight: normal; } .headline_h1 { - font-size: 300%; + font-size: 200%; /*line-height: 330%;*/ margin: 0.4em 0 0; } h2 { - font-size: 250%; + font-size: 150%; /*line-height: 270%;*/ margin: 0.6em 0 0; } .headline_h2 { - font-size: 250%; + font-size: 150%; /*line-height: 270%;*/ margin: 0.6em 0 0; font-weight: lighter; } h3 { - font-size: 200%; + font-size: 130%; /*line-height: 220%;*/ margin: 0.8571em 0 0; } .headline_h3 { - font-size: 200%; + font-size: 130%; /*line-height: 220%;*/ margin: 0.8571em 0 0; } @@ -3784,12 +3784,12 @@ h3 a { color: #999999; } h4 { - font-size: 150%; + font-size: 110%; /*line-height: 160%;*/ margin: 1.125em 0 0; } .headline_h4 { - font-size: 150%; + font-size: 110%; /*line-height: 160%;*/ margin: 1.125em 0 0; } diff --git a/pixelegg/less/layout_headlines.less b/pixelegg/less/layout_headlines.less index 2af1e3c437..8db6b2c29b 100644 --- a/pixelegg/less/layout_headlines.less +++ b/pixelegg/less/layout_headlines.less @@ -14,38 +14,38 @@ @import (reference) "definitions.less"; //############################################################################################################## h1 { - font-size: 300%; + font-size: 200%; /*line-height: 330%;*/ margin: 0.4em 0 0; font-weight: normal; } .headline_h1 { - font-size: 300%; + font-size: 200%; /*line-height: 330%;*/ margin: 0.4em 0 0; } h2 { - font-size: 250%; + font-size: 150%; /*line-height: 270%;*/ margin: 0.6em 0 0; } .headline_h2 { - font-size: 250%; + font-size: 150%; /*line-height: 270%;*/ margin: 0.6em 0 0; font-weight: lighter; } h3 { - font-size: 200%; + font-size: 130%; /*line-height: 220%;*/ margin: 0.8571em 0 0; } .headline_h3 { - font-size: 200%; + font-size: 130%; /*line-height: 220%;*/ margin: 0.8571em 0 0; } @@ -55,12 +55,12 @@ h3 a { } h4 { - font-size: 150%; + font-size: 110%; /*line-height: 160%;*/ margin: 1.125em 0 0; } .headline_h4 { - font-size: 150%; + font-size: 110%; /*line-height: 160%;*/ margin: 1.125em 0 0; }