diff -r 1a70b4045a19 -r 8d34f2020884 vstup/css/styl.css --- a/vstup/css/styl.css Wed Feb 08 17:58:17 2012 +0100 +++ b/vstup/css/styl.css Thu Feb 09 12:54:49 2012 +0100 @@ -119,13 +119,16 @@ table { border-collapse:collapse; box-shadow: 3px 3px 3px grey; + margin-top: 10px; + margin-bottom: 10px; } -td { +td, th { border: 1px solid black; padding-top: 4px; padding-bottom: 4px; padding-left: 6px; padding-right: 6px; + font-weight: normal; } td.číslo { text-align: right; @@ -190,3 +193,13 @@ margin-right: 4px; } + +blockquote { + background-color: #ddf; + padding-top: 3px; + padding-bottom: 3px; + padding-left: 16px; + padding-right: 16px; + border-radius: 4px; +} +