summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-29 11:25:49 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-29 11:25:49 +0100
commitef0946ff08c59f1238f1d40c6943f125c0678383 (patch)
tree47a4c56a836fcb83d4dc256f04563ad74c489918
parent62812b574bfaed0e7911ee53d68439f3ba0f1496 (diff)
downloadciat-ui-tlsa/style-cleanup.tar.gz
Minor fixes to imporve behaviour when you scroll windows that aren't tall.tlsa/style-cleanup
Will also stop things breaking horribly if you try to put something after the visulisation, such as some text explaining what its about.
-rw-r--r--style.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/style.css b/style.css
index 51ecf1d..7bb6c34 100644
--- a/style.css
+++ b/style.css
@@ -84,10 +84,8 @@ h1>em>a:hover {
.visualisation {
font-size: 90%;
- position: absolute;
text-align: center;
- width: 100%;
- top: 45%;
+ margin: 4em 0 2em 0;
}
.detail {
@@ -103,10 +101,6 @@ h1>em>a:hover {
text-align: left;
}
-.content {
- height: 85%;
-}
-
.container {
color: #111;
}