diff options
author | friendica <info@friendica.com> | 2013-02-04 19:25:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-04 19:25:24 -0800 |
commit | 386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45 (patch) | |
tree | b363ff93ec5a3a1fd362e7981e654ee3021a2919 /view/theme/redbasic | |
parent | 66b36031781a1b4b00a14a294232c1b4606e62b3 (diff) | |
download | volse-hubzilla-386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45.tar.gz volse-hubzilla-386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45.tar.bz2 volse-hubzilla-386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45.zip |
different background for preview so you know it's a preview
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 | ||||
-rw-r--r-- | view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif | bin | 0 -> 5119 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5cf3dc06f..a4c31787b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -348,7 +348,7 @@ footer { } .preview { - background: lightyellow; + background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif'); } #theme-preview { @@ -1067,14 +1067,14 @@ input#dfrn-url { .wall-item-content-wrapper { margin-top: 10px; position: relative; - background: #fff; +/* background: #fff; */ /* border-radius: 5px; */ /* box-shadow: 12px 12px 12px #111; */ border-left: 1px solid #eec; } .wall-item-content-wrapper.comment { - background: #fff; +/* background: #fff; */ border-left: 1px solid #e0e0e0; margin-left: 50px; /* box-shadow: 5px 5px 5px #222; */ diff --git a/view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif b/view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif Binary files differnew file mode 100644 index 000000000..144369257 --- /dev/null +++ b/view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif |