aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css16
1 files changed, 2 insertions, 14 deletions
diff --git a/public/style.css b/public/style.css
index 232bc45..ca3df9f 100644
--- a/public/style.css
+++ b/public/style.css
@@ -33,7 +33,7 @@ header {
img {
margin: 0 auto;
- max-width: 100%;
+ max-width: 120px;
}
h1 {
@@ -64,15 +64,6 @@ code {
background: whitesmoke;
}
-kbd {
- border: 1px solid black;
- border-radius: 4px;
- box-shadow: 0 2px 4px rgba(0,0,0,0.7);
- background: #eee;
- color: black;
- padding: 4px;
-}
-
p code, li code, dl code {
border: 1px solid;
padding: 1px 2px;
@@ -86,9 +77,6 @@ footer p {
font-size: 90%;
}
-.up { background: lightgreen; }
-.down { background: pink; }
-
@media (min-width: 800px) {
body {
max-width: 85%;
@@ -117,4 +105,4 @@ footer p {
pre, code {
background: black;
}
-} \ No newline at end of file
+}