summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-22 20:16:20 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-03-22 20:16:20 +0100
commitae32aada82b68518497ff941eaa0f5adad6cab8c (patch)
tree7e70f4a839bac12776466f41f2b06829dc720c8f /style
parent93b96ca1685a22c3fa3aca2f6f2a1307438740d0 (diff)
downloadhnizdo-ae32aada82b68518497ff941eaa0f5adad6cab8c.tar.gz
hnizdo-ae32aada82b68518497ff941eaa0f5adad6cab8c.tar.bz2
Fix indentation in style.css
Diffstat (limited to 'style')
-rw-r--r--style/style.css65
1 files changed, 55 insertions, 10 deletions
diff --git a/style/style.css b/style/style.css
index 936e8e0..ad4d7f8 100644
--- a/style/style.css
+++ b/style/style.css
@@ -1,11 +1,56 @@
-body { width: 920px; margin: auto auto; font-family: Georgia, serif; background: url(background.png) left top no-repeat #fffedf; }
+body {
+ width: 920px;
+ margin: auto auto;
+ font-family: Georgia, serif;
+ background: url(background.png) left top no-repeat #fffedf;
+}
+
header {}
-h1 {text-align: center;}
-nav {text-align: center;}
-nav a, nav span { display: inline-block; margin: 1em; padding: 2px; text-align: center; background: #fffedf; border: 1px solid #ff6600; border-radius: 4px}
-article { float: left; text-align: center}
-article img {width: 160px; height: 120px;}
-article#prev, article#next { width: 180px; margin: 0 2.5% }
-article#now { width: 460px }
-article#now img {width: 440px; height: 330px;}
-footer {clear: both; text-align: center; padding: 1em;}
+
+h1 {
+ text-align: center;
+}
+
+nav {
+ text-align: center;
+}
+
+nav a, nav span {
+ display: inline-block;
+ margin: 1em;
+ padding: 2px;
+ text-align: center;
+ background: #fffedf;
+ border: 1px solid #ff6600;
+ border-radius: 4px;
+}
+
+article {
+ float: left;
+ text-align: center;
+}
+
+article img {
+ width: 160px;
+ height: 120px;
+}
+
+article#prev, article#next {
+ width: 180px;
+ margin: 0 2.5%
+}
+
+article#now {
+ width: 460px
+}
+
+article#now img {
+ width: 440px;
+ height: 330px;
+}
+
+footer {
+ clear: both;
+ text-align: center;
+ padding: 1em;
+}