7 lines
72 B
CSS
7 lines
72 B
CSS
|
/* $Id$ */
|
||
|
|
||
|
.indented {
|
||
|
margin-left: inherit;
|
||
|
margin-right: 25px;
|
||
|
}
|