mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
necessary changes...
git-svn-id: file:///svn/phpbb/trunk@8072 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -164,12 +164,12 @@
|
||||
}
|
||||
|
||||
*:first-child+html dl.details dd {
|
||||
margin-right: 15em;
|
||||
margin-right: 35%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
* html dl.details dd {
|
||||
margin-right: 15em;
|
||||
margin-right: 35%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
|
@@ -459,7 +459,7 @@ dl.details {
|
||||
dl.details dt {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 15em;
|
||||
width: 30%;
|
||||
text-align: right;
|
||||
color: #000000;
|
||||
display: block;
|
||||
@@ -471,6 +471,7 @@ dl.details dd {
|
||||
margin-bottom: 5px;
|
||||
color: #828282;
|
||||
float: left;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
/* Pagination
|
||||
|
@@ -61,12 +61,12 @@ dl.icon {
|
||||
|
||||
/* Correctly clear floating for details on profile view */
|
||||
*:first-child+html dl.details dd {
|
||||
margin-left: 15em;
|
||||
margin-left: 30%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
* html dl.details dd {
|
||||
margin-left: 15em;
|
||||
margin-left: 30%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user