le float:left previent du click!!!!

This commit is contained in:
Paul Schneider 2017-03-17 18:01:19 +01:00
commit 87d1c961d4
2 changed files with 11 additions and 11 deletions

View file

@ -80,11 +80,15 @@ a:hover {
}
.panel{
float: left;
display: inline-block;
padding:1em;
margin:1em;
color: black;
background-color: inherit;
border: solid black 1px;
}
#discussion {
float: left;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,