Small style fixes for sub headers
This commit is contained in:
parent
0257b46c7f
commit
03b2d4c301
1 changed files with 6 additions and 1 deletions
|
|
@ -233,13 +233,18 @@ li ul {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-copy h1 {
|
#main-copy h1, #main-copy h2 {
|
||||||
color: rgb(0,102,204);
|
color: rgb(0,102,204);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: 145.5%;
|
font-size: 145.5%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 2em 0 0 0;
|
margin: 2em 0 0 0;
|
||||||
padding: 0.5ex 0 0.5ex 0.6ex;
|
padding: 0.5ex 0 0.5ex 0.6ex;
|
||||||
|
border-bottom: 2px solid rgb(0,102,204);
|
||||||
|
}
|
||||||
|
|
||||||
|
#main-copy h2 {
|
||||||
|
font-size: 115.5%;
|
||||||
border-bottom: 1px solid rgb(0,102,204);
|
border-bottom: 1px solid rgb(0,102,204);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue