mirror of
https://github.com/Mibew/java.git
synced 2025-03-13 17:24:11 +03:00
20 lines
317 B
CSS
20 lines
317 B
CSS
|
#legal {
|
||
|
clear: both;
|
||
|
line-height: 30px;
|
||
|
padding-top:10px;
|
||
|
text-align: center;
|
||
|
color: #375C69;
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
#footer {
|
||
|
background: white url(footer.gif) bottom repeat-x;
|
||
|
font-size:11px;
|
||
|
position:relative;
|
||
|
|
||
|
min-height: 40px;
|
||
|
height:40px;
|
||
|
vertical-align:middle;
|
||
|
|
||
|
width:100%;
|
||
|
text-align: center;
|
||
|
}
|