Changeset 90:ae439159d833 for vstup/css/styl.css
- Timestamp:
- 02/08/12 10:16:39 (13 years ago)
- Branch:
- default
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
vstup/css/styl.css
r86 r90 8 8 a img { 9 9 border: none; 10 } 11 12 a:hover { 13 text-shadow: 1px 1px 1px #eee; 14 } 15 a[href^="https://"]:hover { 16 text-shadow: 1px 1px 1px #6f6; 17 } 18 a[href^="http://"]:hover { 19 text-shadow: 1px 1px 1px #66f; 10 20 } 11 21 … … 45 55 #nabídka a:hover { 46 56 color: #77bed2; 57 text-shadow: none; 47 58 } 48 59 … … 117 128 padding-right: 6px; 118 129 } 130 td.číslo { 131 text-align: right; 132 } 119 133 thead tr { 120 134 background: grey;