17 lines
133 B
CSS
17 lines
133 B
CSS
|
|
||
|
#gnot-desc {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
#gnot-label {
|
||
|
float: left;
|
||
|
width: 200px;
|
||
|
margin-bottom: 25px;
|
||
|
}
|
||
|
|
||
|
#gnot {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
|