mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
pixelegg / app
change headline Size: for newsreader
This commit is contained in:
parent
1e195a8c0e
commit
56e77a5776
@ -3443,34 +3443,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;
|
||||
}
|
||||
@ -3478,12 +3478,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