Skip to content

Commit 9602257

Browse files
committed
updated styling of header
1 parent d60f5bb commit 9602257

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

www/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Creative Commons license buttons</title>
55
<link rel="stylesheet" href="/bootstrap.min.css">
6+
<link rel="stylesheet" href="/nginx-fancy.css">
67
<meta charset="utf-8">
78
<meta http-equiv="X-UA-Compatible" content="IE=edge">
89
<meta name="viewport" content="width=device-width, initial-scale=1">

www/nginx-fancy.css

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
a {
2+
color:#a33;
3+
}
4+
a:hover {
5+
color:#e33;
6+
}
7+
8+
table#list {
9+
border:1px solid #aaa;
10+
font-family:monospace;
11+
width:100%;
12+
}
13+
th {
14+
text-align:left;
15+
font-weight:bold;
16+
background:#eee;
17+
border-bottom:1px solid #aaa;
18+
}
19+
th, td {
20+
padding:0.1em 0.5em;
21+
}
22+
tr:nth-child(even) {
23+
background:#f4f4f4;
24+
}

0 commit comments

Comments
 (0)