diff options
author | Friendika <info@friendika.com> | 2011-02-06 15:50:50 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-06 15:50:50 -0800 |
commit | 147d7f3bbf6c785f2c1eb7cdcfaa0a47e0ee43d3 (patch) | |
tree | 6509082047c27a2de2ab647d4def7051ab6dc813 /view/theme/three-d | |
parent | 8e988341d01de0b061a9d14846c660e7e76d80db (diff) | |
download | volse-hubzilla-147d7f3bbf6c785f2c1eb7cdcfaa0a47e0ee43d3.tar.gz volse-hubzilla-147d7f3bbf6c785f2c1eb7cdcfaa0a47e0ee43d3.tar.bz2 volse-hubzilla-147d7f3bbf6c785f2c1eb7cdcfaa0a47e0ee43d3.zip |
theme name cleanup - rename default to loozah, provide sane fallbacks and change system primary theme.
Provide indication on contact edit page of last update success/failure - can be extended later to
show actual timestamp of last successful update.
Diffstat (limited to 'view/theme/three-d')
-rw-r--r-- | view/theme/three-d/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/three-d/style.css b/view/theme/three-d/style.css index e885a70d3..56d36914e 100644 --- a/view/theme/three-d/style.css +++ b/view/theme/three-d/style.css @@ -1,4 +1,4 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); .error-message { -moz-box-shadow: 5px 5px 5px #888888; |