aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/common/misc.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-27 15:43:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-27 15:43:01 +0300
commit0bf59677249ff726ad467209a82932048ff62fa4 (patch)
tree40aff4cbccd0c46ac6a22d726c4a89d5af23b109 /css/common/misc.css
parentadd serve.sh (same as serve.bat) (diff)
downloadsorting-algorithms-0bf59677249ff726ad467209a82932048ff62fa4.tar.gz
sorting-algorithms-0bf59677249ff726ad467209a82932048ff62fa4.zip
fix markup semantics
Diffstat (limited to 'css/common/misc.css')
-rw-r--r--css/common/misc.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/common/misc.css b/css/common/misc.css
index 49072c4..617aced 100644
--- a/css/common/misc.css
+++ b/css/common/misc.css
@@ -1,3 +1,14 @@
.wide-enough {
max-width: 400px;
}
+.wider {
+ max-width: 600px;
+}
+h1 a,
+h2 a,
+h3 a,
+h4 a,
+h5 a,
+h6 a {
+ color: inherit;
+}