aboutsummaryrefslogtreecommitdiff
path: root/grauphel.css
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-09-27 11:09:20 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-09-27 11:09:20 +0200
commit497af90eabe1e4a89c1ecfe0ebb9c874dd67b648 (patch)
treeba7042c6f4986dfd6d19ed1377728c82963b2749 /grauphel.css
parent9a1ac6227c65296a4751c3e601cc1eb47398a77e (diff)
downloadgrauphel-497af90eabe1e4a89c1ecfe0ebb9c874dd67b648.tar.gz
grauphel-497af90eabe1e4a89c1ecfe0ebb9c874dd67b648.zip
Link info and stats page in settings section, update info page
Diffstat (limited to 'grauphel.css')
-rw-r--r--grauphel.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/grauphel.css b/grauphel.css
index c2594eb..37360db 100644
--- a/grauphel.css
+++ b/grauphel.css
@@ -26,3 +26,14 @@
padding: 1ex;
font-family: monospace;
}
+
+.app-grauphel #app-content ul {
+ list-style-type: disc;
+ margin-bottom: 1ex;
+}
+.app-grauphel #app-content li {
+ margin-left: 4ex;
+}
+.app-grauphel #app-content a.lined {
+ text-decoration: underline;
+}