Show
Ignore:
Timestamp:
02/08/12 10:16:39 (13 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

#15 Tabulky: čísla budou zarovnaná doprava

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vstup/css/styl.css

    r86 r90  
    88a img { 
    99        border: none; 
     10} 
     11 
     12a:hover { 
     13        text-shadow: 1px 1px 1px #eee; 
     14} 
     15a[href^="https://"]:hover { 
     16        text-shadow: 1px 1px 1px #6f6; 
     17} 
     18a[href^="http://"]:hover { 
     19        text-shadow: 1px 1px 1px #66f; 
    1020} 
    1121 
     
    4555#nabídka a:hover { 
    4656        color: #77bed2; 
     57        text-shadow: none; 
    4758} 
    4859 
     
    117128        padding-right: 6px; 
    118129} 
     130td.číslo { 
     131        text-align: right; 
     132} 
    119133thead tr { 
    120134        background: grey;