slightly changed home site appearance
This commit is contained in:
parent
cd3c7f7b92
commit
971f60ddfc
2 changed files with 8 additions and 8 deletions
|
@ -73,9 +73,10 @@ tr#check {
|
|||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
header {
|
||||
border-bottom: 1px solid black;
|
||||
margin-bottom: 1em;
|
||||
hr {
|
||||
margin-bottom: 2em;
|
||||
margin-top: 2em;
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
header a {
|
||||
|
@ -126,11 +127,6 @@ footer span {
|
|||
padding-right: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid black;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
footer span a {
|
||||
margin-top: 1em;
|
||||
display: inline-block;
|
||||
|
|
|
@ -16,11 +16,15 @@
|
|||
<a onclick="document.cookie = '_LANG=pl'; location.reload()">
|
||||
<img .flag src=@{StaticR images_pl_svg}>
|
||||
|
||||
<hr>
|
||||
|
||||
<div id="main" role="main">
|
||||
$maybe msg <- mmsg
|
||||
<div #message>#{msg}
|
||||
^{widget}
|
||||
|
||||
<hr>
|
||||
|
||||
<footer>
|
||||
<span>
|
||||
<a href=@{RestockR}>_{MsgRestock}
|
||||
|
|
Loading…
Reference in a new issue