mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't use background on long form stuff
This commit is contained in:
parent
1603957571
commit
89fa55c361
1 changed files with 5 additions and 0 deletions
|
@ -104,9 +104,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.content-alt-home {
|
||||
background-color: #fcfcfc;
|
||||
}
|
||||
|
||||
.pattern-container {
|
||||
background: url('/img/pattern-home.png') repeat #f1f1f1;
|
||||
border-top: 1px solid @gray-lightest;
|
||||
border-bottom: 1px solid @gray-lightest;
|
||||
}
|
||||
|
||||
.real-time-example {
|
||||
|
|
Loading…
Reference in a new issue