aboutsummaryrefslogtreecommitdiffstats
path: root/screen.css
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-09-21 09:04:43 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-09-21 09:04:43 +0200
commit35fac16e2d78068819205de9dbcfcf20e0d6c813 (patch)
treed60860fc3340323f064d62cf877035f0b9450095 /screen.css
parentd10067411278d779b986fc90009deeaa22ef51de (diff)
downloadhesla-35fac16e2d78068819205de9dbcfcf20e0d6c813.tar.gz
Move CSS to a special file.
Diffstat (limited to 'screen.css')
-rw-r--r--screen.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/screen.css b/screen.css
new file mode 100644
index 0000000..8af2360
--- /dev/null
+++ b/screen.css
@@ -0,0 +1,12 @@
+body {
+ font-size: 120%;
+}
+h1 {
+ font-size: 1em;
+}
+article {
+ display: none;
+}
+.reference {
+ text-align: right;
+}