diff --git a/install/index.php b/install/index.php index 73c594cdc..68ed1326a 100755 --- a/install/index.php +++ b/install/index.php @@ -288,6 +288,27 @@ cursor: pointer; width: 100%; overflow: auto; } +.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; +} @@ -341,14 +362,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.
+