diff options
author | friendica <info@friendica.com> | 2012-07-25 18:57:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-25 18:57:04 -0700 |
commit | fc53a7a09ed16504ae88b064640c91882c34ef8b (patch) | |
tree | be792b3af939592331f933f0323665a8adb80121 /view/theme/duepuntozero | |
parent | 78b8684ab4202d62d815ad2dbef3d1b620cef3ef (diff) | |
download | volse-hubzilla-fc53a7a09ed16504ae88b064640c91882c34ef8b.tar.gz volse-hubzilla-fc53a7a09ed16504ae88b064640c91882c34ef8b.tar.bz2 volse-hubzilla-fc53a7a09ed16504ae88b064640c91882c34ef8b.zip |
recover existing conversation loading functionality for home,search,community,display,etc. whilst working on the ajax stuff in network
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3b2b8475d..5a7142a24 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -15,6 +15,9 @@ body { margin: 0px; } +abbr { + border-bottom: none; +} a, a:visited, a:link { color: #3465a4; text-decoration: none; } a:hover {text-decoration: underline; } |