extract shared common CSS into single file

This commit is contained in:
El RIDO 2024-04-23 21:49:57 +02:00
parent e22da2e0d1
commit 6273cc9a4c
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
5 changed files with 72 additions and 153 deletions

View file

@ -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;
}