diff options
author | friendica <info@friendica.com> | 2015-01-15 19:05:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-15 19:05:42 -0800 |
commit | dfe31dc3b7a041050203b7c0edfd245b1efc0121 (patch) | |
tree | f8550796016c421c6a3312c40cd231d7733d7201 /view/css | |
parent | 10960be69d9b00547546006e724321f8244fa685 (diff) | |
download | volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.tar.gz volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.tar.bz2 volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.zip |
more heavy lifting on poco rep
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_prep.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/css/mod_prep.css b/view/css/mod_prep.css new file mode 100644 index 000000000..3701cbdff --- /dev/null +++ b/view/css/mod_prep.css @@ -0,0 +1,8 @@ +.contact-photo-wrapper { + float: left; + width: 120px; +} + +.prep-details { + float: left; +}
\ No newline at end of file |