diff options
author | Prosk8er <prosk8er@gotskillslounge.com> | 2013-08-19 13:31:30 -0400 |
---|---|---|
committer | Prosk8er <prosk8er@gotskillslounge.com> | 2013-08-19 13:31:30 -0400 |
commit | f61db86b8d0890f41800fac17ef7ecbdb408d5f0 (patch) | |
tree | 66e56d933e43bd1b4f9d45bd58eaca0780f0146b /phpBB/styles/subsilver2 | |
parent | 78f1e11aeb7e5a471b3a469c43f4cc548fd6ecbe (diff) | |
download | forums-f61db86b8d0890f41800fac17ef7ecbdb408d5f0.tar forums-f61db86b8d0890f41800fac17ef7ecbdb408d5f0.tar.gz forums-f61db86b8d0890f41800fac17ef7ecbdb408d5f0.tar.bz2 forums-f61db86b8d0890f41800fac17ef7ecbdb408d5f0.tar.xz forums-f61db86b8d0890f41800fac17ef7ecbdb408d5f0.zip |
[ticket/11801] removed some whitespace and added missing semi colon's in css
PHPBB3-11801
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 92b723062a..abfdf568e7 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -181,7 +181,7 @@ p.datetime { p.searchbar { padding: 2px 0; white-space: nowrap; -} +} p.searchbarreg { margin: 0; @@ -463,7 +463,7 @@ textarea { background-color: #FAFAFA; color: #333333; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; - font-size: 1.3em; + font-size: 1.3em; line-height: 1.4em; font-weight: normal; border: 1px solid #A9B8C2; |