summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-10-08 09:37:45 +0200
committerAndrey Andreev <narf@devilix.net>2019-10-08 09:40:18 +0200
commitdeae7d79db2b4f157df32356c6c3e8acde6de3fb (patch)
tree7ed2885d4b044c69e188ac74c46a24a18f63e1ff /application
parent521e967a310f1304fa70dcbcbc0aac7ad463e2c7 (diff)
Merge pull request #5842 from sapics/chore/fix-indent
Fix indentation / clear whitespace
Diffstat (limited to 'application')
-rw-r--r--application/views/welcome_message.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index f5115630b..d79c049bf 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -22,6 +22,11 @@ defined('BASEPATH') OR exit('No direct script access allowed');
color: #003399;
background-color: transparent;
font-weight: normal;
+ text-decoration: none;
+ }
+
+ a:hover {
+ color: #97310e;
}
h1 {
@@ -47,6 +52,12 @@ defined('BASEPATH') OR exit('No direct script access allowed');
#body {
margin: 0 15px 0 15px;
+ min-height: 96px;
+ }
+
+ p {
+ margin: 0 0 10px;
+ padding:0;
}
p.footer {
@@ -86,4 +97,4 @@ defined('BASEPATH') OR exit('No direct script access allowed');
</div>
</body>
-</html> \ No newline at end of file
+</html>