Show
Ignore:
Timestamp:
08/23/11 16:45:30 (13 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Diagramy #13 – první verze, celkem funguje.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vstup/css/styl.css

    r31 r32  
    6161        border-radius: 4px; 
    6262} 
     63 
     64.diagram { 
     65        background-color: #ddf; 
     66        padding: 6px; 
     67        border-radius: 4px; 
     68        text-align: center; 
     69        max-width: 100%; 
     70        overflow: auto; 
     71} 
     72 
     73.diagram .nadpis { 
     74        font-size: 60%; 
     75        padding: 4px; 
     76        margin-top: 6px; 
     77        margin-bottom: -6px; 
     78        margin-left: -6px; 
     79        margin-right: -6px;      
     80        background-color: #d0d0f0; 
     81        border-radius: 0px 0px 4px 4px; 
     82}