mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
e5b57d8c27
commit
e624e2824b
@ -1,5 +1,8 @@
|
||||
CHANGE LOG
|
||||
|
||||
2014-03-31 by Ajax
|
||||
Pushbullet support for push notifications
|
||||
|
||||
2014-03-25 by alderaan
|
||||
Remove class="wide_input_text" from the "extra log message" and "extra staff notes" text boxes on the Reports v2 and torrent deletion forms
|
||||
|
||||
|
@ -1041,6 +1041,12 @@ CREATE TABLE `staff_pm_responses` (
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=InnoDB CHARSET utf8;
|
||||
|
||||
CREATE TABLE `styles_backup` (
|
||||
`UserID` int(10) DEFAULT NULL,
|
||||
`StyleID` int(10) DEFAULT NULL,
|
||||
`StyleURL` varchar(255) DEFAULT NULL
|
||||
) ENGINE=InnoDB CHARSET utf8;
|
||||
|
||||
CREATE TABLE `stylesheets` (
|
||||
`ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`Name` varchar(255) NOT NULL,
|
||||
|
8
static/styles/80char/desaturate.svg
Normal file
8
static/styles/80char/desaturate.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<filter id="greyscale">
|
||||
<feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0
|
||||
0.3333 0.3333 0.3333 0 0
|
||||
0.3333 0.3333 0.3333 0 0
|
||||
0 0 0 1 0" />
|
||||
</filter>
|
||||
</svg>
|
After Width: | Height: | Size: 221 B |
1294
static/styles/80char/style.css
Normal file
1294
static/styles/80char/style.css
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user