Minor css changes
This commit is contained in:
parent
5b44ee1441
commit
5de3553fc9
@ -17,7 +17,7 @@ header > h1
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
#conIcon > img
|
||||
#conIcon > img, #strIco > img
|
||||
{
|
||||
width:70px;
|
||||
padding:0;
|
||||
@ -54,6 +54,16 @@ footer > p
|
||||
table
|
||||
{
|
||||
width:100%;
|
||||
/*border-collapse:collapse;*/
|
||||
}
|
||||
table p
|
||||
{
|
||||
margin:2px;
|
||||
}
|
||||
table th, table td
|
||||
{
|
||||
/*border:1px solid black;*/
|
||||
padding:0;
|
||||
}
|
||||
nav
|
||||
{
|
||||
@ -62,7 +72,7 @@ nav
|
||||
}
|
||||
input[type='number']
|
||||
{
|
||||
width:40px;
|
||||
width:50px;
|
||||
}
|
||||
.menuContainer
|
||||
{
|
||||
@ -78,6 +88,7 @@ input[type='number']
|
||||
margin:0 10px 0 0;
|
||||
background-color:white;
|
||||
min-width:60px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.item-start
|
||||
|
Loading…
Reference in New Issue
Block a user