mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Clarify comments.
This commit is contained in:
parent
8e74278503
commit
cf89c22ca5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ footer.site-footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: @footer-height;
|
height: @footer-height;
|
||||||
line-height: @footer-height - 1; // Hack — in Chrome, using @line-height would generate vertical scrolling
|
line-height: @footer-height - 1; // Hack — in Chrome, using the full @footer-height would generate vertical scrolling
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in a new issue