aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-03-08 01:42:27 +0200
committerVjacheslav Trushkin <arty@phpbb.com>2012-03-08 01:42:27 +0200
commitdfce7c7e962bc185c88eee07d8296af827cccbc7 (patch)
tree5d9bed492b293ea0f2e42e18addbade5303eab2f
parent179fa3ef40ceb2081db6e20459b5c6da241b0386 (diff)
downloadforums-dfce7c7e962bc185c88eee07d8296af827cccbc7.tar
forums-dfce7c7e962bc185c88eee07d8296af827cccbc7.tar.gz
forums-dfce7c7e962bc185c88eee07d8296af827cccbc7.tar.bz2
forums-dfce7c7e962bc185c88eee07d8296af827cccbc7.tar.xz
forums-dfce7c7e962bc185c88eee07d8296af827cccbc7.zip
[feature/prosilver-cleanup/remove-tweaks2] Copying common tweaks
Copying commonly used code from tweaks.css to common.css PHPBB3-10622
-rw-r--r--phpBB/styles/prosilver/theme/common.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 7eb00bd808..fd41d66793 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -299,6 +299,8 @@ span.corners-bottom span {
ul.linklist {
display: block;
margin: 0;
+ height: 4%;
+ overflow: hidden;
}
ul.linklist li {
@@ -485,6 +487,11 @@ dl.details dd {
width: 65%;
}
+.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
+ height: 1%;
+ overflow: hidden;
+}
+
/* Pagination
---------------------------------------- */
.pagination {