1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-25 09:30:46 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11789] Remove colors from HTML code

Conflicts:
	phpBB/styles/subsilver2/template/ucp_pm_history.html
This commit is contained in:
Andreas Fischer
2013-08-18 03:07:32 +02:00
4 changed files with 13 additions and 5 deletions

View File

@@ -292,7 +292,11 @@ p.topicdetails {
text-decoration: none;
}
.error {
.online {
color: green;
}
.offline, .error {
color: red;
}
@@ -360,6 +364,10 @@ td.profile {
background-color: #D1D7DC;
}
.current {
background-color: lightblue;
}
hr {
height: 1px;
border-width: 0;