diff --git a/install/index.php b/install/index.php index 77b83c36a..54f7f7f2a 100755 --- a/install/index.php +++ b/install/index.php @@ -275,6 +275,27 @@ background-color:#FF9500; .detail { cursor: pointer; } +.compatibity_result { + margin: auto; + max-width: 300px; + min-height: 50px; + line-height: 50px; + text-align: center; +} + +h2, legend { + font-size: 30px; + text-transform: uppercase; + font-family: "PT Sans",sans-serif; +} + +legend:after { + content: ""; + height: 4px; + width: 70px; + background-color: #000; + display: block; +} @@ -328,14 +349,16 @@ cursor: pointer;
To install wallabag, you just have to fill the following fields. That's all.
If you need help, you can read the doc: offline documentation and online one (already up-to-date).
-Server compatibility test (click to view details) : - All good - - Some problems, but it's OK ! - - Bad news : you can't run wallabag -
- +This compatibility test has been borrowed (and slightly adapted by fivefilters.org) from the one supplied by SimplePie.org.
+This compatibility test has been borrowed (and slightly adapted by fivefilters.org) from the one supplied by SimplePie.org.
+