mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
default to 16px everywhere
14px seems really quite small drop old .date and .cabal classes
This commit is contained in:
parent
f91b964d8e
commit
cf4c4cc150
@ -10,6 +10,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
font-family: 'Lato', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
margin-bottom: 4em;
|
margin-bottom: 4em;
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
}
|
}
|
||||||
@ -75,6 +76,5 @@ h1,h2,h3,h4,h5 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
font-size: 16px;
|
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -164,7 +164,6 @@ h3 {
|
|||||||
}
|
}
|
||||||
pre,pre code,code {
|
pre,pre code,code {
|
||||||
font-family: ubuntu mono, dejavu sans mono, monospace;
|
font-family: ubuntu mono, dejavu sans mono, monospace;
|
||||||
font-size: 15px;
|
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
|
|||||||
@ -11,11 +11,6 @@ h2 {
|
|||||||
color: #555 !important;
|
color: #555 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date {
|
|
||||||
font-size: 15px;
|
|
||||||
line-height: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 1px solid #ddd
|
border: 1px solid #ddd
|
||||||
}
|
}
|
||||||
@ -88,7 +83,3 @@ p + ul {
|
|||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cabal {
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user