From 631da6497b18393daf302e01842a3c0c90b346e3 Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 17 Oct 2014 13:00:33 -0400 Subject: random --- public/assets/stylesheets/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 89a6495..4548304 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2150,7 +2150,7 @@ form h3 { text-align: center; background: #f8f8f8; padding: 10px; - margin-top: 10px; + margin:5px 0 10px 0; border-radius: 3px; } .errorList { -- cgit v1.2.3-70-g09d2 From 862357ad711c2d063ce69b2d4f6dae5d811e6c75 Mon Sep 17 00:00:00 2001 From: ryderr Date: Thu, 23 Oct 2014 11:42:29 -0400 Subject: hero shot some other things --- public/assets/stylesheets/app.css | 2 ++ views/controls/editor/wallpaper.ejs | 2 +- views/home.ejs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index c92c783..58b87d4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -426,6 +426,8 @@ iframe.embed { padding: 40px; border: 0; border-top: 1px solid black; + border-bottom: 1px solid black; + margin-top: 150px; } .holder { diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index d2559cc..e675afa 100644 --- a/views/controls/editor/wallpaper.ejs +++ b/views/controls/editor/wallpaper.ejs @@ -10,7 +10,7 @@ - +
diff --git a/views/home.ejs b/views/home.ejs index 8910070..85d6f23 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -13,7 +13,7 @@
[[ include partials/header ]] -
+
Create 3D Rooms
-- cgit v1.2.3-70-g09d2