ubwidget.css 194 Bytes
Newer Older
shibakaneki's avatar
shibakaneki committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
* {
	margin: 0;
	padding: 0;
}

body{
	margin:0px;
}

.ubw-container{
	position:absolute;
	margin:0px;
	left:0px;
	top:0px;
}

.ubw-body{
	margin:0px;

}

22 23 24
.bordered{
    border: 1px solid red;
}