about summary refs log tree commit diff
path: root/users/tazjin/predlozhnik/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/predlozhnik/index.css')
-rw-r--r--users/tazjin/predlozhnik/index.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/users/tazjin/predlozhnik/index.css b/users/tazjin/predlozhnik/index.css
deleted file mode 100644
index 3529574c4f..0000000000
--- a/users/tazjin/predlozhnik/index.css
+++ /dev/null
@@ -1,29 +0,0 @@
-body {
-    max-width: 800px;
-    margin: 40px auto;
-}
-
-#header {
-    display: flex;
-    flex-direction: column;
-}
-
-.btn.btn-ghost:disabled {
-    border-color: #9f9f9f;
-    color: #9f9f9f;
-}
-
-#predlogi,#padezhi {
-    display: flex;
-    flex-direction: row;
-    flex-wrap: wrap;
-}
-
-.btn {
-    margin: 3px;
-    flex-grow: 1;
-}
-
-.footer {
-    text-align: right;
-}