[intranet] css deprecated
Ignore-this: 1c74b13356f546fda6bd5708888529a8 darcs-hash:20121117013254-3a55a-2cd181bc67ad2ae3dbd61155aa1e3909202b8b2d.gz
This commit is contained in:
parent
a903315e3d
commit
d22936d456
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ Copyright (c) 2006 by www.crans.org
|
||||||
**************************************************************/
|
**************************************************************/
|
||||||
|
|
||||||
div.framed_gray {
|
div.framed_gray {
|
||||||
-moz-border-radius:20px;
|
border-radius:20px;
|
||||||
-webkit-border-radius:20px;
|
-webkit-border-radius:20px;
|
||||||
border-right:3px solid DarkGreen;
|
border-right:3px solid DarkGreen;
|
||||||
border-bottom:3px solid DarkGreen;
|
border-bottom:3px solid DarkGreen;
|
||||||
|
|
|
@ -28,7 +28,7 @@ img {
|
||||||
background: LightBlue;
|
background: LightBlue;
|
||||||
border-right: 2px solid DarkSlateGrey;
|
border-right: 2px solid DarkSlateGrey;
|
||||||
border-bottom: 2px solid DarkSlateGrey;
|
border-bottom: 2px solid DarkSlateGrey;
|
||||||
-moz-border-radius: 20px;
|
border-radius: 20px;
|
||||||
-webkit-border-radius: 20px;
|
-webkit-border-radius: 20px;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ div#message {
|
||||||
background: #faa;
|
background: #faa;
|
||||||
border-right: 1px DarkRed solid;
|
border-right: 1px DarkRed solid;
|
||||||
border-bottom:1px DarkRed solid;
|
border-bottom:1px DarkRed solid;
|
||||||
-moz-border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue