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 @@