bbcode documentation: minor formatting changes

This commit is contained in:
Hypolite Petovan 2016-11-03 21:01:09 -04:00
parent 106f003447
commit 3579a14945
2 changed files with 3 additions and 2 deletions

View File

@ -770,7 +770,8 @@ function activity_match($haystack,$needle) {
/** /**
* Pull out all #hashtags and @person tags from $string; * @brief Pull out all #hashtags and @person tags from $string.
*
* We also get @person@domain.com - which would make * We also get @person@domain.com - which would make
* the regex quite complicated as tags can also * the regex quite complicated as tags can also
* end a sentence. So we'll run through our results * end a sentence. So we'll run through our results

View File

@ -45,7 +45,7 @@ body a {
* anchor.top should be the opposite of body.padding-top * anchor.top should be the opposite of body.padding-top
*/ */
body a[name]:not([href]) { body a[name]:not([href]) {
display: block; display: block;
position: relative; position: relative;
top: -110px; top: -110px;
visibility: hidden; visibility: hidden;