remove layout.css

This commit is contained in:
Andrew Dolgov 2017-12-03 13:07:28 +03:00
parent 96f76580f4
commit 6bd13fc55f
2 changed files with 0 additions and 2 deletions

View File

@ -62,7 +62,6 @@
</script>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
<?php echo stylesheet_tag("css/layout.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);

View File

@ -38,7 +38,6 @@
</script>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
<?php echo stylesheet_tag("css/layout.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);