diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-02-15 14:39:06 -0800 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-02-15 14:39:06 -0800 |
| commit | 337b958171c756033a42f88a183b87e893fc2940 (patch) | |
| tree | c43485292e1aebf58977ebddddf398083aad3d16 | |
| parent | b05da5ec0e95ddb5bc645e661987ba0a7bb49573 (diff) | |
| download | forums-337b958171c756033a42f88a183b87e893fc2940.tar forums-337b958171c756033a42f88a183b87e893fc2940.tar.gz forums-337b958171c756033a42f88a183b87e893fc2940.tar.bz2 forums-337b958171c756033a42f88a183b87e893fc2940.tar.xz forums-337b958171c756033a42f88a183b87e893fc2940.zip | |
[ticket/11103] Add newlines to bottom of css file
PHPBB3-11103
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 0685322b7f..4f75a8b85b 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -776,4 +776,5 @@ p.rules a { .notification_list p.notifications_time { font-size: 11px; -}
\ No newline at end of file +} + |
