We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60f5bb commit 9602257Copy full SHA for 9602257
www/header.html
@@ -3,6 +3,7 @@
3
<head>
4
<title>Creative Commons license buttons</title>
5
<link rel="stylesheet" href="/bootstrap.min.css">
6
+ <link rel="stylesheet" href="/nginx-fancy.css">
7
<meta charset="utf-8">
8
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9
<meta name="viewport" content="width=device-width, initial-scale=1">
www/nginx-fancy.css
@@ -0,0 +1,24 @@
1
+a {
2
+ color:#a33;
+}
+a:hover {
+ color:#e33;
+
+table#list {
+ 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