summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
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;
-}
-