diff options
| author | luzpaz <luzpaz@@users.noreply.github.com> | 2017-08-15 15:00:12 -0400 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-08 22:20:56 +0200 |
| commit | a9a28859d4852be72ce782d079ee3183c4d54852 (patch) | |
| tree | 62a8aebf2afbdd858421a70741827886425b56ee /phpBB/styles/prosilver/theme | |
| parent | 62921c066cb66df35846fe5c9d576f4bb16f825a (diff) | |
| download | forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.gz forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.bz2 forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.xz forums-a9a28859d4852be72ce782d079ee3183c4d54852.zip | |
[ticket/15424] Multiple typo fixes in docs & comments
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/icons.css | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/print.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index 6643f12d06..3ac598486c 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -5,7 +5,7 @@ /* Global module setup --------------------------------*/ -/* Renamed version of .fa class for agnostic useage of icon fonts. +/* Renamed version of .fa class for agnostic usage of icon fonts. * Just change the name of the font after the 14/1 to the name of * the font you wish to use. */ diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 9445279773..ee916dce51 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -90,7 +90,7 @@ hr { font-size: 75%; } -/* Dont want to print url for names or titles in content area */ +/* Don't want to print url for names or titles in content area */ .postbody .author a:link, .postbody .author a:visited, html>body .postbody .author a:link:after, html>body .postbody .author a:visited:after, |
