[intranet] css deprecated

Ignore-this: 1c74b13356f546fda6bd5708888529a8

darcs-hash:20121117013254-3a55a-2cd181bc67ad2ae3dbd61155aa1e3909202b8b2d.gz
This commit is contained in:
Valentin Samir 2012-11-17 02:32:54 +01:00
parent a903315e3d
commit d22936d456
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ Copyright (c) 2006 by www.crans.org
**************************************************************/
div.framed_gray {
-moz-border-radius:20px;
border-radius:20px;
-webkit-border-radius:20px;
border-right:3px solid DarkGreen;
border-bottom:3px solid DarkGreen;

View file

@ -28,7 +28,7 @@ img {
background: LightBlue;
border-right: 2px solid DarkSlateGrey;
border-bottom: 2px solid DarkSlateGrey;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-border-radius: 20px;
margin:0 auto;
}
@ -46,7 +46,7 @@ div#message {
background: #faa;
border-right: 1px DarkRed solid;
border-bottom:1px DarkRed solid;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
padding:5px;
text-align:center;