mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
extract shared common CSS into single file
This commit is contained in:
parent
e22da2e0d1
commit
6273cc9a4c
5 changed files with 72 additions and 153 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* PrivateBin
|
||||
*
|
||||
* CSS file only loaded when no JavaScript available.
|
||||
* Cascading style sheet only loaded when JavaScript is not available.
|
||||
*
|
||||
* @link https://github.com/PrivateBin/PrivateBin
|
||||
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
|
||||
|
|
@ -9,7 +9,6 @@
|
|||
* @version 1.7.1
|
||||
*/
|
||||
|
||||
/* When there is no script at all other */
|
||||
.noscript-hide {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue