Browse Source

Small CSS tweak to correct the cursor when hovering over FAQ links. Fixes #59.

n1474335 8 years ago
parent
commit
f8193797fa

File diff suppressed because it is too large
+ 0 - 0
build/prod/cyberchef.htm


File diff suppressed because it is too large
+ 0 - 0
build/prod/index.html


File diff suppressed because it is too large
+ 0 - 0
build/prod/scripts.js


File diff suppressed because it is too large
+ 0 - 0
build/prod/styles.css


+ 4 - 0
src/css/structure/overrides.css

@@ -64,6 +64,10 @@ blockquote {
     font-size: inherit;
     font-size: inherit;
 }
 }
 
 
+blockquote a {
+    cursor: pointer;
+}
+
 optgroup {
 optgroup {
     font-weight: bold;
     font-weight: bold;
 }
 }

+ 2 - 2
src/static/stats.txt

@@ -1,5 +1,5 @@
-210	source files
-114832	lines
+211	source files
+114836	lines
 4.3M	size
 4.3M	size
 
 
 141	JavaScript source files
 141	JavaScript source files

Some files were not shown because too many files changed in this diff