undoing stylesheet change + moving theme changes to instance config
This commit is contained in:
parent
913d384d6f
commit
798b555b65
|
@ -930,8 +930,7 @@
|
||||||
$config['stylesheets']['Yotsuba B'] = ''; // Default; there is no additional/custom stylesheet for this.
|
$config['stylesheets']['Yotsuba B'] = ''; // Default; there is no additional/custom stylesheet for this.
|
||||||
$config['stylesheets']['Yotsuba'] = 'yotsuba.css';
|
$config['stylesheets']['Yotsuba'] = 'yotsuba.css';
|
||||||
// $config['stylesheets']['Futaba'] = 'futaba.css';
|
// $config['stylesheets']['Futaba'] = 'futaba.css';
|
||||||
$config['stylesheets']['Dark'] = 'dark.css';
|
// $config['stylesheets']['Dark'] = 'dark.css';
|
||||||
$config['stylesheets']['Dark Red'] = 'dark_red.css';
|
|
||||||
|
|
||||||
// The prefix for each stylesheet URI. Defaults to $config['root']/stylesheets/
|
// The prefix for each stylesheet URI. Defaults to $config['root']/stylesheets/
|
||||||
// $config['uri_stylesheets'] = 'http://static.example.org/stylesheets/';
|
// $config['uri_stylesheets'] = 'http://static.example.org/stylesheets/';
|
||||||
|
|
|
@ -39,3 +39,5 @@
|
||||||
$config['thumb_method'] = 'gm+gifsicle';
|
$config['thumb_method'] = 'gm+gifsicle';
|
||||||
$config['gnu_md5'] = '1';
|
$config['gnu_md5'] = '1';
|
||||||
|
|
||||||
|
$config['stylesheets']['Dark'] = 'dark.css';
|
||||||
|
$config['stylesheets']['Dark Red'] = 'dark_red.css';
|
|
@ -1954,10 +1954,3 @@ div.mix {
|
||||||
footer {
|
footer {
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:768px) {
|
|
||||||
#sidebar{display:none;}
|
|
||||||
iframe#main{left: 0; border-left:none; width:100%;}
|
|
||||||
.bar.bottom{opacity:0.8;}
|
|
||||||
footer p.unimportant{display:none;}
|
|
||||||
}
|
|
Loading…
Reference in New Issue