summaryrefslogtreecommitdiff
path: root/core/views/welcome.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/welcome.html.php')
-rw-r--r--core/views/welcome.html.php29
1 files changed, 27 insertions, 2 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index da75ebcc..a22bb324 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -13,16 +13,34 @@
background: white;
border: 1px solid black;
margin: 0 auto;
+ padding: -10px;
}
div.inner {
- padding: 1em;
+ padding: 0 1em 0 1em;
+ margin: 0px;
}
p {
+ margin: 0 0 0 0;
padding-left: 1em;
}
+ pre {
+ margin: 0;
+ padding-left: 2em;
+ }
+
+ .error {
+ color: red;
+ }
+
+ div.block {
+ padding: 0px;
+ margin: 0px;
+ padding-bottom: 1em;
+ }
+
ul {
margin-top: -1em;
}
@@ -51,7 +69,14 @@
links to get you started.
</p>
- <h2>Useful Links</h2>
+ <h2>About your config</h2>
+ <iframe width="100%" src="<?= url::site("welcome/syscheck") ?>"/></iframe>
+
+ <h2>Activities</h2>
+ <p>
+ </p>
+
+ <h2>Documentation</h2>
<ul>
<li>
<a href="http://docs.google.com/Doc?id=dfjxt593_184ff9jhmd8&hl=en">Gallery3: Prioritized Feature List</a>