diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-04 22:06:50 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-04 22:06:50 +0100 |
commit | 16381364c2354c007ddf8737be1c58f11782e28d (patch) | |
tree | 11cc0cc75f2ab8ccfa4263d7d0ae4cae8814b58c /web/assets | |
parent | 5031b638d772c72b43bd786c6fb74c4c3bd0cdf1 (diff) | |
download | Nim-16381364c2354c007ddf8737be1c58f11782e28d.tar.gz |
News articles are now placed in separate pages.
Also given each rst file its rightful extension.
Diffstat (limited to 'web/assets')
-rw-r--r-- | web/assets/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/web/assets/style.css b/web/assets/style.css index d7599477e..d63177469 100644 --- a/web/assets/style.css +++ b/web/assets/style.css @@ -316,7 +316,7 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; } background:url("images/glow-line2.png") no-repeat right; } #content { padding:40px 0; line-height:150%; } - #content.page { width:680px; min-height:800px; padding-left:20px; } + #content.page { width:680px; min-height:1220px; padding-left:20px; } #content h1 { font-size:20pt; letter-spacing:1px; color:rgba(0,0,0,.75); } #content h2 { font-size:16pt; letter-spacing:1px; color:rgba(0,0,0,.7); margin-top:40px; } #content p { text-align:justify; } @@ -605,3 +605,12 @@ dt a, dt a:visited, dt a:hover { dt.level-1 { color: #2f2f2f !important; } + +/* News articles */ + +.metadata { + font-size: 12pt; + margin-bottom: 20pt; + margin-top: -16pt; + color: #4f4f4f; +} |