diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-11-09 08:59:25 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-11-11 19:10:55 +0100 |
| commit | af5b9a96409d788733fcb1ff367e0c7fb0583702 (patch) | |
| tree | 17bf04276d4edd0336ec8a63034a04f9050055bb /phpBB/styles/prosilver/theme | |
| parent | 2e51e68ca145940462155d5164bf91bb4264d488 (diff) | |
| download | forums-af5b9a96409d788733fcb1ff367e0c7fb0583702.tar forums-af5b9a96409d788733fcb1ff367e0c7fb0583702.tar.gz forums-af5b9a96409d788733fcb1ff367e0c7fb0583702.tar.bz2 forums-af5b9a96409d788733fcb1ff367e0c7fb0583702.tar.xz forums-af5b9a96409d788733fcb1ff367e0c7fb0583702.zip | |
[ticket/9556] Drop php closing tags, add trailing newline
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/large.css | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/medium.css | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/normal.css | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/print.css | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 64beb97a37..955a4a79c0 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -783,4 +783,4 @@ dl.pmlist dt textarea { dl.pmlist dd { margin-left: 61% !important; margin-bottom: 2px; -}
\ No newline at end of file +} diff --git a/phpBB/styles/prosilver/theme/large.css b/phpBB/styles/prosilver/theme/large.css index dfb1d2c2e6..1c3eb42b5d 100644 --- a/phpBB/styles/prosilver/theme/large.css +++ b/phpBB/styles/prosilver/theme/large.css @@ -1,3 +1,3 @@ body { font-size: 12px; -}
\ No newline at end of file +} diff --git a/phpBB/styles/prosilver/theme/medium.css b/phpBB/styles/prosilver/theme/medium.css index 4c992f9fd8..e3b932b61d 100644 --- a/phpBB/styles/prosilver/theme/medium.css +++ b/phpBB/styles/prosilver/theme/medium.css @@ -1,3 +1,3 @@ body { font-size: 11px; -}
\ No newline at end of file +} diff --git a/phpBB/styles/prosilver/theme/normal.css b/phpBB/styles/prosilver/theme/normal.css index d0783d1882..d842feb31b 100644 --- a/phpBB/styles/prosilver/theme/normal.css +++ b/phpBB/styles/prosilver/theme/normal.css @@ -1,3 +1,3 @@ body { font-size: 10px; -}
\ No newline at end of file +} diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 68600b030b..339c03521a 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -141,4 +141,4 @@ div.spacer { clear: both; } /* Accessibility tweaks: Mozilla.org */ .skip_link { display: none; } -dl.codebox dt { display: none; }
\ No newline at end of file +dl.codebox dt { display: none; } |
