mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-29 06:26:22 +01:00
- check m_ permission for quickmod [Bug #1317]
- don't sync the global forum (id 0) [Bug #1383] - corrections to available time zones [Bug #1306] - only display open reports on mcp_front - added whois information to mcp_post [Bug #1400] - copy "dot" when copying a topic [Bug #1321] - some language corrections [Bugs #1324, #1255, #1317] - mozWrap scrolls back to previous position now [Bug #1190] - some style related corrections [Bugs #1322, #1454, #1316] - corrected copyrights [Bug #1468] - fixed links on search results page [Bug #1469] git-svn-id: file:///svn/phpbb/trunk@5779 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -298,7 +298,10 @@ hr {
|
||||
background-color: #D1D7DC;
|
||||
color: #D1D7DC;
|
||||
}
|
||||
|
||||
.legend {
|
||||
text-align:center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Links
|
||||
------------ */
|
||||
@@ -522,3 +525,7 @@ input.radio {
|
||||
table.colortable td {
|
||||
padding: 0;
|
||||
}
|
||||
pre {
|
||||
font-size: 1.1em;
|
||||
font-family: Monaco, 'Courier New', monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user