mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT Added h3, h4 and h5 CSS styles
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@61165 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a968c25cec
commit
65f0aa701b
@ -156,11 +156,19 @@
|
|||||||
.right form h1 {
|
.right form h1 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right form h2 {
|
.right form h2 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.right form h3 {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
.right form h4 {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.right form h5 {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.right form .fieldgroup input,
|
.right form .fieldgroup input,
|
||||||
.right form .fieldgroup select {
|
.right form .fieldgroup select {
|
||||||
|
Loading…
Reference in New Issue
Block a user