diff options
author | friendica <info@friendica.com> | 2011-12-18 01:44:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-18 01:44:46 -0800 |
commit | 5d6a098ce0bf14e372c297ed09c9f0452fa60ec7 (patch) | |
tree | 75cb1c0d89c7b82f4a7db6f71236a60a236702a3 /view/theme | |
parent | 974a52a16d3440b6d361b883412c00edd15e770b (diff) | |
download | volse-hubzilla-5d6a098ce0bf14e372c297ed09c9f0452fa60ec7.tar.gz volse-hubzilla-5d6a098ce0bf14e372c297ed09c9f0452fa60ec7.tar.bz2 volse-hubzilla-5d6a098ce0bf14e372c297ed09c9f0452fa60ec7.zip |
add connect link to suggestion and matches
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 1127f1145..c6582d068 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2383,6 +2383,11 @@ aside input[type='text'] { clear: both; } +.profile-match-connect { + text-align: center; + font-weight: bold; +} + .profile-match-wrapper { float: left; padding: 10px; |