mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Removed bottom margin
This commit is contained in:
parent
cd2fe7d66c
commit
9b2ecbee56
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ body, textarea { font-family: Arial, sans-serif; }
|
|||
#padpage {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 8px;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue