Update global stylesheet
This commit is contained in:
parent
593039775d
commit
d750dcc4d2
1 changed files with 2 additions and 6 deletions
|
@ -28,10 +28,6 @@ a.bannerlink:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.music {
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.page {
|
div.page {
|
||||||
min-width: 700px;
|
min-width: 700px;
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
|
@ -80,7 +76,7 @@ h1, h2, h3 {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: none;
|
border: none;
|
||||||
max-width: 100%
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.right {
|
img.right {
|
||||||
|
|
Loading…
Reference in a new issue