diff options
author | friendica <info@friendica.com> | 2013-07-17 22:13:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-17 22:13:13 -0700 |
commit | d9701d46066ce61102dc874639b8afd0a3ade735 (patch) | |
tree | cb7191c861a5e518f93adc1519ebbd168bba1aa1 | |
parent | 8c007ef9b50d15c503bfb161067f2467e96ec504 (diff) | |
download | volse-hubzilla-d9701d46066ce61102dc874639b8afd0a3ade735.tar.gz volse-hubzilla-d9701d46066ce61102dc874639b8afd0a3ade735.tar.bz2 volse-hubzilla-d9701d46066ce61102dc874639b8afd0a3ade735.zip |
position the visage timestamp
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 44ca22e0b..c60acd467 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2666,6 +2666,10 @@ aside input[type='text'] { overflow: hidden; } +.profile-match-note { + text-align: center; +} + .profile-match-break, .profile-match-end { clear: both; |