changeset 2003:475637bee9f1

Fixed Bug 1206: Axis labels now larger and more of a gap between sliders and comment boxes.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 01 May 2015 16:14:08 +0100
parents 5627dbe56043
children acbd10440dc0
files ape.css
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ape.css	Fri May 01 16:07:15 2015 +0100
+++ b/ape.css	Fri May 01 16:14:08 2015 +0100
@@ -43,7 +43,11 @@
 
 div.sliderScale {
 	width: 100%;
-	min-height: 20px;
+	min-height: 30px;
+}
+
+div.sliderScale span{
+	font-size: 1.2em;
 }
 
 div.sliderScale span {