aboutsummaryrefslogtreecommitdiff
path: root/pyenc/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/static/css/style.css')
-rw-r--r--pyenc/static/css/style.css43
1 files changed, 0 insertions, 43 deletions
diff --git a/pyenc/static/css/style.css b/pyenc/static/css/style.css
deleted file mode 100644
index 4dcef2a..0000000
--- a/pyenc/static/css/style.css
+++ /dev/null
@@ -1,43 +0,0 @@
-td {
- padding-right: 1ex;
-}
-
-h2 {
- font-family: mono;
- font-size: 14pt;
-}
-
-dt {
- font-weight: bold;
-}
-
-dd ul {
- padding-left: 0;
-}
-
-.hosts {
- display: flex;
- flex-wrap: wrap;
-}
-
-.host {
- display: block;
- border: 1px solid black;
- padding: 1em;
-}
-
-.flashes li {
- display: block;
- max-width: 100%;
- padding: 2em;
- background-color: yellow;
- border: 2px solid orange;
-}
-
-.added {
- color: green;
-}
-
-.removed {
- color: red;
-}