summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorOnne Gorter <onne.gorter@avinity.net>2009-01-07 12:56:14 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2009-01-10 11:13:54 (UTC)
commita90e2aa4e1bd5c3a9657ce7d675943f4a265cc9f (patch) (unidiff)
treebd7d4cce277dbe3094dee0130410a738b074e5b2 /cgit.css
parent25f6a1f4c29b6a6009a185e9473317f0fe64616d (diff)
downloadcgit-a90e2aa4e1bd5c3a9657ce7d675943f4a265cc9f.zip
cgit-a90e2aa4e1bd5c3a9657ce7d675943f4a265cc9f.tar.gz
cgit-a90e2aa4e1bd5c3a9657ce7d675943f4a265cc9f.tar.bz2
changed objects are outputted, allowing for selections of code only
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css27
1 files changed, 16 insertions, 11 deletions
diff --git a/cgit.css b/cgit.css
index 7928c2f..068c37b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -236,26 +236,31 @@ table.blob {
236 border-top: solid 1px black; 236 border-top: solid 1px black;
237} 237}
238 238
239table.blob td.no { 239table.blob td.lines {
240 border-right: solid 1px black; 240 margin: 0; padding: 0;
241 vertical-align: top;
241 color: black; 242 color: black;
243}
244
245table.blob td.linenumbers {
246 margin: 0; padding: 0;
247 vertical-align: top;
248 border-right: 1px solid gray;
242 background-color: #eee; 249 background-color: #eee;
243 text-align: right;
244} 250}
245 251
246table.blob td.no a { 252table.blob pre {
247 color: black; 253 padding: 0; margin: 0;
248} 254}
249 255
250table.blob td.no a:hover { 256table.blob a.no {
251 color: black; 257 color: gray;
258 text-align: right;
252 text-decoration: none; 259 text-decoration: none;
253} 260}
254 261
255table.blob td.txt { 262table.blob a.no a:hover {
256 white-space: pre; 263 color: black;
257 font-family: monospace;
258 padding-left: 0.5em;
259} 264}
260 265
261table.nowrap td { 266table.nowrap td {