summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-12-06 15:56:25 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-12-06 15:56:25 (GMT)
commit812e24d5583896a0f3e287dcdf48f8a10d3948c7 (patch)
tree3780aa3b3c7c019cb391b43dad394ca8b76c7ab2 /web
parent0738652448b8bfa9d7085adc614be255c793e724 (diff)
downloadsite-812e24d5583896a0f3e287dcdf48f8a10d3948c7.tar.gz
plugins.css: Don't underline /download/ links
Diffstat (limited to 'web')
-rw-r--r--web/input/resources/plugins.css29
1 files changed, 19 insertions, 10 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css
index 872283e..b5df882 100644
--- a/web/input/resources/plugins.css
+++ b/web/input/resources/plugins.css
@@ -102,21 +102,13 @@ div#content {
102 padding: 0.2em 1em 1em; 102 padding: 0.2em 1em 1em;
103} 103}
104 104
105table /* Nginx Fancy Index. */ { 105div#content a {
106 font-family: "Source Code Pro", monospace;
107 font-size: small;
108}
109
110div#content a,
111table a {
112 color: #3283c7; 106 color: #3283c7;
113 text-decoration: none; 107 text-decoration: none;
114 border-bottom: 1px dotted #3283c7; 108 border-bottom: 1px dotted #3283c7;
115} 109}
116 110
117div#content a:hover, 111div#content a:hover {
118table a:hover {
119 color: #3283c7; /* Overwrite Fancy Index CSS. */
120 border-bottom: 1px solid #3283c7; 112 border-bottom: 1px solid #3283c7;
121} 113}
122 114
@@ -147,6 +139,23 @@ p#news-footer {
147} 139}
148 140
149/* 141/*
142 * Nginx Fancy Index.
143 */
144table {
145 font-family: "Source Code Pro", monospace;
146 font-size: small;
147}
148
149table a {
150 color: #3283c7;
151 text-decoration: none;
152}
153
154table a:hover {
155 color: #3283c7; /* Overwrite Fancy Index CSS. */
156}
157
158/*
150 * On narrow displays, replace the menu bar with a simple list of items, and 159 * On narrow displays, replace the menu bar with a simple list of items, and
151 * omit the GitHub ribbon. 160 * omit the GitHub ribbon.
152 */ 161 */