1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

[ticket/10948] Separate color swatch cells.

PHPBB3-10948
This commit is contained in:
Cesar G
2013-10-17 23:43:47 -07:00
parent 852b707b48
commit d9a9083d90
2 changed files with 7 additions and 2 deletions

View File

@@ -232,6 +232,11 @@ fieldset.submit-buttons input {
/* Posting page styles
----------------------------------------*/
#colour_palette table {
border-collapse: separate;
border-spacing: 1px;
}
/* Buttons used in the editor */
#format-buttons {
margin: 15px 0 2px 0;