summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-04-28 13:22:01 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-04-28 13:22:01 +0200
commit9ee649ed7627a7531c09a3b84c56465218caeebf (patch)
tree6cbd097b4d579227dce3307c87eda5d2668fe031 /data/style.css
parent3ae7439fd8a2f9a8b4359b00ef3b0808aa45f9d4 (diff)
downloadcomatose-9ee649ed7627a7531c09a3b84c56465218caeebf.tar.gz
comatose-9ee649ed7627a7531c09a3b84c56465218caeebf.tar.bz2
comatose-9ee649ed7627a7531c09a3b84c56465218caeebf.zip
Rich-view by default
Get rid of table and popup layout.
Diffstat (limited to 'data/style.css')
-rw-r--r--data/style.css49
1 files changed, 6 insertions, 43 deletions
diff --git a/data/style.css b/data/style.css
index 41b5a9e..cc65ba2 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1,47 +1,10 @@
-td.features ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
+#protosort {
+ text-align: right;
}
-#popup {
- display: none;
- position: fixed;
- background-color: #fff;
- top: 25%;
- left: 25%;
- width: 50%;
- padding: 2em;
+.protocol dt {
+ font-weight: lighter;
}
-
-#background {
- display: none;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: #000;
- opacity: 0.5;
-}
-
-.ref {
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-.ref li {
- display: inline;
- margin: 0;
- padding: 0;
+.protocol dt:after {
+ content: ":";
}
-
-.ref li:after {
- content: ", ";
-}
-
-.ref .title {
- font-style: italic;
-}
-