diff options
author | cyberalien <cyberalien@gmail.com> | 2015-04-03 11:14:20 +0300 |
---|---|---|
committer | cyberalien <cyberalien@gmail.com> | 2015-04-03 11:14:20 +0300 |
commit | e120e6ac97137f18640dfab9b247a11b1d560e59 (patch) | |
tree | 4cd2105fa9c3880f6f40598bb29bce2fdb804ca0 /phpBB/styles/prosilver/theme | |
parent | 9f54d2b590e8c688959811dd9d63391ab61c9acc (diff) | |
download | forums-e120e6ac97137f18640dfab9b247a11b1d560e59.tar forums-e120e6ac97137f18640dfab9b247a11b1d560e59.tar.gz forums-e120e6ac97137f18640dfab9b247a11b1d560e59.tar.bz2 forums-e120e6ac97137f18640dfab9b247a11b1d560e59.tar.xz forums-e120e6ac97137f18640dfab9b247a11b1d560e59.zip |
[ticket/13741] Remove outdated references to tweaks.css
PHPBB3-13741
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 7 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 3 |
3 files changed, 2 insertions, 12 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index c851caf57e..f3468ebcf2 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -182,8 +182,7 @@ /* Misc layout styles ---------------------------------------- */ -/* column[1-2] styles are containers for two column layouts - Also see tweaks.css */ +/* column[1-2] styles are containers for two column layouts */ .rtl .column1 { float: right; clear: right; @@ -980,10 +979,6 @@ li.breadcrumbs span:first-child > a { padding-left: 0; } -/** -* tweaks.css -*/ - /* Form button styles ---------------------------------------- */ diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 9c88e1dabb..c0cc2bb2dd 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -111,7 +111,6 @@ img { } hr { - /* Also see tweaks.css */ border: 0 solid transparent; border-top-width: 1px; height: 1px; @@ -711,8 +710,7 @@ table.info tbody th { /* Misc layout styles ---------------------------------------- */ -/* column[1-2] styles are containers for two column layouts - Also see tweaks.css */ +/* column[1-2] styles are containers for two column layouts */ .column1 { float: left; clear: left; diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index e73f8c9d54..380b285b83 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -259,7 +259,6 @@ dd.option { } .postbody h3 img { - /* Also see tweaks.css */ vertical-align: bottom; } @@ -510,7 +509,6 @@ blockquote .codebox { } .codebox code { - /* Also see tweaks.css */ overflow: auto; display: block; height: auto; @@ -693,7 +691,6 @@ fieldset.polls dd div { /* Poster profile block ----------------------------------------*/ .postprofile { - /* Also see tweaks.css */ margin: 5px 0 10px 0; min-height: 80px; border: 1px solid transparent; |