From 4a9bf1565de77bbb5e841cd744009328b62b4468 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Mon, 18 Aug 2014 15:24:54 +0200 Subject: [PATCH] fixed stuff in templates --- assets/css/main.css | 16 ++++++++++++++++ views/inbox.html | 4 ++-- views/index.html | 10 +++++----- views/layout.html | 1 + views/settings.html | 4 ++-- 5 files changed, 26 insertions(+), 9 deletions(-) create mode 100644 assets/css/main.css diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..8feb856 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,16 @@ +/* + * This file is part of 3words + * + * (c) 2014 Leafcat Coding -- http://leafc.at + * + * License: AGPLv3, see LICENSE for full license text + * + * This file was touched by: + * - pixeldesu + * + */ + +.rowm { + margin-top: 10px; + margin-bottom: 10px; +} \ No newline at end of file diff --git a/views/inbox.html b/views/inbox.html index 3da583c..1e767dc 100644 --- a/views/inbox.html +++ b/views/inbox.html @@ -7,8 +7,8 @@
diff --git a/views/index.html b/views/index.html index 5b477a9..acca937 100644 --- a/views/index.html +++ b/views/index.html @@ -4,16 +4,16 @@ {if="$message"}
{$message}
{/if} -

{$site_name}!

-

Want to tell them who you are?

+

{$site_name}!

+

Want to tell them who you are?

-
+
-
+
-
+
diff --git a/views/layout.html b/views/layout.html index 82db790..1086bdc 100644 --- a/views/layout.html +++ b/views/layout.html @@ -6,6 +6,7 @@ {$site_name} + diff --git a/views/settings.html b/views/settings.html index fa31bf5..9599b14 100644 --- a/views/settings.html +++ b/views/settings.html @@ -7,8 +7,8 @@