diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-27 15:43:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-27 15:43:01 +0300 |
commit | 0bf59677249ff726ad467209a82932048ff62fa4 (patch) | |
tree | 40aff4cbccd0c46ac6a22d726c4a89d5af23b109 /css/common | |
parent | add serve.sh (same as serve.bat) (diff) | |
download | sorting-algorithms-0bf59677249ff726ad467209a82932048ff62fa4.tar.gz sorting-algorithms-0bf59677249ff726ad467209a82932048ff62fa4.zip |
fix markup semantics
Diffstat (limited to 'css/common')
-rw-r--r-- | css/common/misc.css | 11 |
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; +} |