From a06185e87c63c31fb6ea284fad7fbcf0acff7b79 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 25 Mar 2012 20:08:28 -0700 Subject: screenshot gallery --- view/theme/duepuntozero/screenshot.jpg | Bin 0 -> 72559 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 view/theme/duepuntozero/screenshot.jpg (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/screenshot.jpg b/view/theme/duepuntozero/screenshot.jpg new file mode 100644 index 000000000..5f00ec39e Binary files /dev/null and b/view/theme/duepuntozero/screenshot.jpg differ -- cgit v1.2.3 From ba28362242c18ff9ab8c5c03785cd4196642ea73 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 25 Mar 2012 21:12:10 -0700 Subject: position the theme-preview on settings page --- view/theme/duepuntozero/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b79b00ef4..b1c2fb77e 100755 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -249,6 +249,10 @@ div.wall-item-content-wrapper.shiny { background: #FFFFC8; } +#theme-preview { + margin: 15px 0 15px 150px; +} + /* from default */ #jot-perms-icon, #profile-location, -- cgit v1.2.3