blob: 24bc4e3f2ca949d5a47d73bff5e87230fd941bfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* @version $Id:S$
*/
/*
* The following style definitions should be removed when Opera supports the
* "opacity" specification.
*/
#container {
padding:10px;
}
.block {
overflow: hidden;
}
|