diff options
author | Ugnich Anton | 2014-03-08 16:26:50 +0700 |
---|---|---|
committer | Ugnich Anton | 2014-03-08 16:26:50 +0700 |
commit | 88f3693c53e70ad064ccc1466ddf27cae98db49a (patch) | |
tree | fbc0aa93af928137ae822017c6998519767b8cfa /web/style3.css | |
parent | a573191fa752c0d9155f1c9f0d8a89f044c7af7a (diff) |
iPod contest
Diffstat (limited to 'web/style3.css')
-rw-r--r-- | web/style3.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/style3.css b/web/style3.css index 1c13fab7..268e1061 100644 --- a/web/style3.css +++ b/web/style3.css @@ -36,6 +36,8 @@ body>header p { color: #000; font-size: 13pt; margin: 12px 0; text-align: center /********/ +#content>p, #content>h1, #content>h2 { margin: 1em 0; } + article { margin: 10px 0 20px 58px; background: #FFF; padding: 12px 13px; } article>aside { margin: -12px 0 0 -71px; width: 48px; height: 48px; float: left; } article>aside img { width: 48px; height: 48px; } @@ -97,7 +99,7 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef .title2 { padding: 10px 20px; margin: 20px 0; background: #DDDDD0; } .title2-right { float: right; line-height: 24px; } -.title2 h2 { font-size: x-large; } +#content .title2 h2 { font-size: x-large; margin: 0; } .page { text-align: center; padding: 5px; background: #E5E5DD; } |