We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180bbc5 commit 35c3ae2Copy full SHA for 35c3ae2
style.css
@@ -47,6 +47,7 @@ a.sitename, a:visited.sitename {
47
}
48
49
.menu li a:hover {
50
+ transition: .5s all;
51
background-color: #ffb100;
52
color: white;
53
height: 50px;
@@ -71,20 +72,17 @@ li {
71
72
73
div.warning {
74
border: 1pt solid #E5E5E5;
- background-color: #F9F9FF;
75
color: black;
76
77
margin: 10pt 30pt 10pt 30pt;
78
- background-repeat: no-repeat;
79
- background-position: 8px 8px;
80
min-height: 45px;
81
padding: 10px 10px 10px 64px;
82
83
- background-image: url("warning.png");
+ background: #F9F9FF url("warning.png") no-repeat 8px 8px;
84
85
table.ideas {
86
border-collapse: collapse;
87
- border: 1;
+ border: 1px;
88
89
td.logo {
90
max-width: 300px;
0 commit comments