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 {
|
||||
background: #f0f0f0;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-size: 16px;
|
||||
margin-bottom: 4em;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
@ -75,6 +76,5 @@ h1,h2,h3,h4,h5 {
|
||||
}
|
||||
|
||||
.content {
|
||||
font-size: 16px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
@ -164,7 +164,6 @@ h3 {
|
||||
}
|
||||
pre,pre code,code {
|
||||
font-family: ubuntu mono, dejavu sans mono, monospace;
|
||||
font-size: 15px;
|
||||
background: #f8f8f8;
|
||||
}
|
||||
pre {
|
||||
|
||||
@ -11,11 +11,6 @@ h2 {
|
||||
color: #555 !important;
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 15px;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid #ddd
|
||||
}
|
||||
@ -88,7 +83,3 @@ p + ul {
|
||||
font-size: 1.3em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.cabal {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user