From 938bff579530c672867f50948eded977c673e6bb Mon Sep 17 00:00:00 2001 From: zefanja Date: Tue, 8 Oct 2013 14:35:01 +0700 Subject: * improved chapter changing --- source/App.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'source/App.css') diff --git a/source/App.css b/source/App.css index 4e1dc8e..442b4a1 100644 --- a/source/App.css +++ b/source/App.css @@ -30,6 +30,10 @@ width: 45px; } +.center { + text-align: center; +} + .chapter-nav { position: absolute; top: 45%; @@ -87,4 +91,13 @@ .message-popup { text-align: center; padding: 10px; +} + +/* BIBLE TEXT STYLE */ +.verse-number { + font-weight: bold; +} + +h3, h1 { + font-size: 1.3em; } \ No newline at end of file -- cgit