aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/small.css6
-rw-r--r--static/style.css9
2 files changed, 9 insertions, 6 deletions
diff --git a/static/small.css b/static/small.css
deleted file mode 100644
index 7bba2a3..0000000
--- a/static/small.css
+++ /dev/null
@@ -1,6 +0,0 @@
-pre {
- font-size: 14px;
- line-height: 1.6em;
-}
-
-.page { margin: 20px auto; width: 100%; }
diff --git a/static/style.css b/static/style.css
index 1fc54ce..4507323 100644
--- a/static/style.css
+++ b/static/style.css
@@ -22,3 +22,12 @@ textarea { border: none; width: 780px; }
.pagination strong,
.pagination span.ellipsis,
.pagination a { border: 1px solid #d00; padding: 2px 6px; text-decoration: none; }
+
+/* trying to simplify the requests for style.css and small.css */
+@media only screen and (max-width: 800px) {
+ pre {
+ font-size: 14px;
+ line-height: 1.6em;
+ }
+ .page { margin: 20px auto; width: 100%; }
+}
bgstack15