summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-02 10:57:40 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-02 10:57:40 +0200
commit06f2e600b1b87c7d738c7f0645ea3f2a25fbbe29 (patch)
tree4f65afca68a4fe98721c156eb1546b1e4c677b95 /index.css
parentc3338d84e6983fb4e6440bca0538fbf6795000c3 (diff)
downloadvortrag-knn-06f2e600b1b87c7d738c7f0645ea3f2a25fbbe29.tar.gz
vortrag-knn-06f2e600b1b87c7d738c7f0645ea3f2a25fbbe29.zip
simplify weightVis usage
Diffstat (limited to 'index.css')
-rw-r--r--index.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/index.css b/index.css
index 8ba1365..62639f4 100644
--- a/index.css
+++ b/index.css
@@ -20,27 +20,6 @@ time, mark, audio, video {
vertical-align: baseline;
}
-.svgContainer {
- margin-top: 1.5em;
- margin-bottom: 1em;
- height: 100%;
-}
-
-.contentLoader {
- position: absolute;
- left: 50%;
- top: 50%;
-}
-
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
-
-.center {
- margin-left: auto;
- margin-right: auto;
-}
-.vcenter {
- margin-top: auto;
- margin-bottom: auto;
-}