summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 13:25:34 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 13:25:34 +0300
commit09bc54c6901c5e4f6ec1d2a8b00fbf450aa258dd (patch)
tree60f82d0ee2d4caeb8e97885876f11257a3dd9a07 /install
parent3f2a8714219d33eb57f44e7989c320a63ffc8fb9 (diff)
further stylesheet simplification related fixes
Diffstat (limited to 'install')
-rwxr-xr-xinstall/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/index.php b/install/index.php
index 9f817db17..46a0fdecd 100755
--- a/install/index.php
+++ b/install/index.php
@@ -2,13 +2,12 @@
<head>
<title>Tiny Tiny RSS - Installer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" type="text/css" href="../css/utility.css">
<link rel="stylesheet" type="text/css" href="../css/default.css">
<style type="text/css">
textarea { font-size : 12px; }
</style>
</head>
-<body class="claro">
+<body class="claro ttrss_utility">
<?php