1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 17:11:53 +02:00

Merge pull request #2710 from Crizz0/ticket/12830

[ticket/12830] Removes double .postlink in colours.css

* Crizz0/ticket/12830:
  [ticket/12830] Remove double .postlink in colours.css
This commit is contained in:
Joas Schilling
2014-07-07 20:33:35 +02:00

View File

@@ -273,10 +273,6 @@ a:hover { color: #D31141; }
border-bottom-color: #5D8FBD;
}
.postlink {
color: #368AD2;
}
.postlink:hover {
background-color: #D0E4F6;
color: #0D4473;