diff options
author | friendica <info@friendica.com> | 2014-05-15 19:58:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-15 19:58:23 -0700 |
commit | 2450caa161170ee940fb1bd99b7c255111f44cba (patch) | |
tree | bb5bfa442fab3d4b8055e095992d58c94c13363f /view/css | |
parent | 2237c39c94f3fdad72a5d7703a6def69c26b0a47 (diff) | |
download | volse-hubzilla-2450caa161170ee940fb1bd99b7c255111f44cba.tar.gz volse-hubzilla-2450caa161170ee940fb1bd99b7c255111f44cba.tar.bz2 volse-hubzilla-2450caa161170ee940fb1bd99b7c255111f44cba.zip |
add the theme file
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_apps.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css new file mode 100644 index 000000000..2788817d9 --- /dev/null +++ b/view/css/mod_apps.css @@ -0,0 +1,5 @@ +.app-container { + float: left; + width: 125px; + padding: 20px; +} |