projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96f7658
)
remove layout.css
author
Andrew Dolgov
<noreply@fakecake.org>
Sun, 3 Dec 2017 10:07:28 +0000
(13:07 +0300)
committer
Andrew Dolgov
<noreply@fakecake.org>
Sun, 3 Dec 2017 10:07:28 +0000
(13:07 +0300)
index.php
patch
|
blob
|
history
prefs.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.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);
diff --git
a/prefs.php
b/prefs.php
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);