mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 03:26:53 -04:00
small style change to manage teams link
This commit is contained in:
parent
9212a39cff
commit
e47aac423c
2 changed files with 38 additions and 10 deletions
|
@ -37,9 +37,24 @@ h2 {
|
|||
form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#inner {
|
||||
width: 300px;
|
||||
margin: 0 auto;
|
||||
#inner,
|
||||
#footer {
|
||||
margin:0 auto;
|
||||
width: 300px;
|
||||
}
|
||||
#footer {
|
||||
margin-top: 160px;
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
#teampads {
|
||||
color: inherit;
|
||||
font-size: 24px;
|
||||
text-decoration: none;
|
||||
letter-spacing: -2px;
|
||||
}
|
||||
#teampads::after {
|
||||
content: ' »';
|
||||
}
|
||||
input {
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue