mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
backport of r3175: change headline size for news_admin
This commit is contained in:
parent
522caf4f60
commit
920413d6ce
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user