blob: 0b1d541beae04c52a718649d9c97fc1c90e1d21a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<style type="text/css">
html, body {
height:100%;
margin:0;
overflow:hidden;
width:100%;
}
.header {
font-size:13px;
text-align:right;
color:#CCCCCC;
padding:5px 5px 0;
padding-right:8px;
padding-top:0px !important;
padding-bottom: 0px;
border-bottom: 1px solid black;
}
</style>
|