mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
oscar template: generate bootstrap.min.css from source
This commit is contained in:
parent
14b0604bc0
commit
841f1eedfc
74 changed files with 9169 additions and 5 deletions
|
@ -0,0 +1,8 @@
|
|||
// Text overflow
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
.text-overflow() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue