aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2013-10-08 14:35:01 +0700
committerzefanja <zefanja@freenet.de>2013-10-08 14:35:01 +0700
commit938bff579530c672867f50948eded977c673e6bb (patch)
tree3f93a62edb29bf28f3d131174c8c620de30e65d9 /source/App.css
parent24286b9870323ebbc73685395e06b9e486a23843 (diff)
downloadbiblez-ng-938bff579530c672867f50948eded977c673e6bb.tar.gz
* improved chapter changing
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css13
1 files changed, 13 insertions, 0 deletions
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