css improved
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@195 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
77f680319f
commit
c67f868f56
|
|
@ -383,3 +383,8 @@ div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_footer span.mod_m
|
||||||
color: #AA3333;
|
color: #AA3333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.set#copyright {
|
||||||
|
font-size:8px;
|
||||||
|
color:#666666;
|
||||||
|
font-weight:600;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,6 @@
|
||||||
<h1 align="center"><? echo Config::getAllTitle(); ?></h1>
|
<h1 align="center"><? echo Config::getAllTitle(); ?></h1>
|
||||||
<? new ModuleSet($_REQUEST['setType']);?>
|
<? new ModuleSet($_REQUEST['setType']);?>
|
||||||
|
|
||||||
<p>(c) 2006 by Jan Losinski</p>
|
<p id="copyright">(c) 2006 by Jan Losinski</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue