Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35c3ae2

Browse files
committed
Fixed style issues
1 parent 180bbc5 commit 35c3ae2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

style.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ a.sitename, a:visited.sitename {
4747
}
4848

4949
.menu li a:hover {
50+
transition: .5s all;
5051
background-color: #ffb100;
5152
color: white;
5253
height: 50px;
@@ -71,20 +72,17 @@ li {
7172

7273
div.warning {
7374
border: 1pt solid #E5E5E5;
74-
background-color: #F9F9FF;
7575
color: black;
7676

7777
margin: 10pt 30pt 10pt 30pt;
78-
background-repeat: no-repeat;
79-
background-position: 8px 8px;
8078
min-height: 45px;
8179
padding: 10px 10px 10px 64px;
8280

83-
background-image: url("warning.png");
81+
background: #F9F9FF url("warning.png") no-repeat 8px 8px;
8482
}
8583
table.ideas {
8684
border-collapse: collapse;
87-
border: 1;
85+
border: 1px;
8886
}
8987
td.logo {
9088
max-width: 300px;

0 commit comments

Comments
 (0)