diff -r da6ae32853cb -r 6bc25517ac4f vstup/css/styl.css --- a/vstup/css/styl.css Mon Aug 22 13:57:20 2011 +0200 +++ b/vstup/css/styl.css Tue Aug 23 16:45:30 2011 +0200 @@ -60,3 +60,23 @@ padding: 6px; border-radius: 4px; } + +.diagram { + background-color: #ddf; + padding: 6px; + border-radius: 4px; + text-align: center; + max-width: 100%; + overflow: auto; +} + +.diagram .nadpis { + font-size: 60%; + padding: 4px; + margin-top: 6px; + margin-bottom: -6px; + margin-left: -6px; + margin-right: -6px; + background-color: #d0d0f0; + border-radius: 0px 0px 4px 4px; +}