]> git.wh0rd.org - tt-rss.git/commitdiff
remove layout.css
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 10:07:28 +0000 (13:07 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 10:07:28 +0000 (13:07 +0300)
index.php
prefs.php

index 657e0f5a84013b76ad9a053898a78b606f61e676..b56c021ed82b9e63a9c72380fa5e12c6e1771979 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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);
index 772f58c19633c3321af792a25450ef980d18f609..16b1dd0eb25f3428532bb11d56509f4ce04ea42e 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -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);