Factorize .helpText and fix it's width
This commit is contained in:
parent
65f5828b6e
commit
38401ffe33
1 changed files with 1 additions and 8 deletions
|
@ -64,11 +64,8 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
p.helpText {
|
||||
.helpText {
|
||||
margin: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
details .helpText {
|
||||
padding: 5px;
|
||||
border-radius: 10px;
|
||||
text-align: left;
|
||||
|
@ -258,10 +255,6 @@ header, footer {
|
|||
}
|
||||
}
|
||||
|
||||
p.helpText {
|
||||
width: 534px;
|
||||
}
|
||||
|
||||
/* Inputs */
|
||||
|
||||
#redondancy, #margin, #txt, #size, input[type=color], input[type=submit], .button {
|
||||
|
|
Loading…
Reference in a new issue