aboutsummaryrefslogtreecommitdiff
path: root/static/small.css
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-13 19:19:03 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-13 19:19:03 -0500
commit2e5ef31e697fbd01f7438c389edb40aac60839fc (patch)
tree5e6d478a5b4de6200fe201114a8593307852a4a8 /static/small.css
parentadd admin page, delete function, and APPNAME var (diff)
downloadstackbin-2e5ef31e697fbd01f7438c389edb40aac60839fc.tar.gz
stackbin-2e5ef31e697fbd01f7438c389edb40aac60839fc.tar.bz2
stackbin-2e5ef31e697fbd01f7438c389edb40aac60839fc.zip
add redirects after delete, and simplify css calls
Diffstat (limited to 'static/small.css')
-rw-r--r--static/small.css6
1 files changed, 0 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%; }
bgstack15