mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 23:04:57 -04:00
Tweak styling of placeholder form
This commit is contained in:
parent
3ad818099e
commit
657ecc68d4
4 changed files with 23 additions and 7 deletions
|
@ -2011,6 +2011,14 @@ label.user::before{
|
|||
content: "\f007";
|
||||
}
|
||||
|
||||
label.indent::before{
|
||||
content: "\f03c";
|
||||
}
|
||||
|
||||
label.language::before{
|
||||
content: "\f1ab";
|
||||
}
|
||||
|
||||
nav li.highlighted a,
|
||||
nav a[rel],
|
||||
a.button,
|
||||
|
@ -2563,6 +2571,7 @@ fieldset legend{
|
|||
line-height: 1.2;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
padding: 0; /* Reset browser style */
|
||||
}
|
||||
|
||||
summary{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue