aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 35eec0b..0000000
--- a/style.css
+++ /dev/null
@@ -1,41 +0,0 @@
-* {
- font-size: 25px;
- color: #333;
-}
-
-/* Make titlebar pretty gigantic. I'm pretty myopic. */
-.titlebar {
- padding: 10px;
- font-size: 30px;
-}
-
-
-.titlebar * {
- padding: 10px;
- font-size: 27px;
-}
-
-header * {
- font-size: 20px;
- padding: 5px;
-}
-
-tabs {
- padding: 3px;
-}
-
-tab {
- margin: 2px 5px 4px 0px; /* top right bottom left */
- padding: 5px;
- border-style: solid;
- font-size: 27px;
-}
-
-entry {
- padding-left: 10px;
-}
-
-entry:focus {
- padding-left: 10px;
-
-}