le float:left previent du click!!!!
This commit is contained in:
parent
e02dceb0c6
commit
87d1c961d4
2 changed files with 11 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue