1
0

Started fixing CSS

This commit is contained in:
2014-05-23 09:46:07 +02:00
parent 78940da7cc
commit 9ab5db5911
6 changed files with 165 additions and 6329 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3210,8 +3210,7 @@ button.close {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #2c3e50;
*background-color: #d0d5d9;
background-color: #bfc6cb;
background-image: -moz-linear-gradient(top, #b4bcc2, #d0d5d9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4bcc2), to(#d0d5d9));
background-image: -webkit-linear-gradient(top, #b4bcc2, #d0d5d9);

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff