java/nekurak.net-web/web/styl.css
changeset 162 7ea45e9b10cb
parent 158 e1ac3efcd140
child 164 e146e2e3b80b
     1.1 --- a/java/nekurak.net-web/web/styl.css	Sun Jan 09 16:27:44 2011 +0100
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Mon Jan 10 17:27:53 2011 +0100
     1.3 @@ -304,12 +304,12 @@
     1.4  	background: silver;
     1.5  	color: #666;
     1.6  	text-decoration: none;
     1.7 -	-moz-border-radius-bottomright: 4px;
     1.8 -	-webkit-border-bottom-right-radius: 4px;
     1.9 -	border-bottom-right-radius: 4px;
    1.10 -	-moz-border-radius-topright: 4px;
    1.11 -	-webkit-border-top-right-radius: 4px;
    1.12 -	border-top-right-radius: 4px;
    1.13 +	-moz-border-radius-bottomright:		4px;
    1.14 +	-webkit-border-bottom-right-radius:	4px;
    1.15 +	border-bottom-right-radius:			4px;
    1.16 +	-moz-border-radius-topright:		4px;
    1.17 +	-webkit-border-top-right-radius:	4px;
    1.18 +	border-top-right-radius:			4px;
    1.19  }
    1.20  
    1.21  ul.stitky a:before {
    1.22 @@ -333,13 +333,13 @@
    1.23  	float: left;
    1.24  	width: 4px;
    1.25  	height: 4px;
    1.26 -	-moz-border-radius: 2px;
    1.27 -	-webkit-border-radius: 2px;
    1.28 -	border-radius: 2px;
    1.29  	background: #fff;
    1.30 -	-moz-box-shadow: -1px -1px 2px grey;
    1.31 +	-moz-border-radius:		2px;
    1.32 +	-webkit-border-radius:	2px;
    1.33 +	border-radius:			2px;
    1.34 +	-moz-box-shadow:	-1px -1px 2px grey;
    1.35  	-webkit-box-shadow: -1px -1px 2px grey;
    1.36 -	box-shadow: -1px -1px 2px #004977;
    1.37 +	box-shadow:			-1px -1px 2px grey;
    1.38  }
    1.39  
    1.40  ul.stitky a:hover{