diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 03:20:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 03:20:21 +0300 |
commit | 860ae3c81409ba0e49c224bc1431e1835d500196 (patch) | |
tree | 34d864b6e425e84b85c1c203d7d01f039b655a3e /css | |
parent | README update (diff) | |
download | sorting-algorithms-860ae3c81409ba0e49c224bc1431e1835d500196.tar.gz sorting-algorithms-860ae3c81409ba0e49c224bc1431e1835d500196.zip |
move common assets to common/, more info to config
Diffstat (limited to 'css')
-rw-r--r-- | css/common/footer.css (renamed from css/footer.css) | 0 | ||||
-rw-r--r-- | css/common/misc.css (renamed from css/misc.css) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/css/footer.css b/css/common/footer.css index 417b3d9..417b3d9 100644 --- a/css/footer.css +++ b/css/common/footer.css diff --git a/css/misc.css b/css/common/misc.css index 06c6675..49072c4 100644 --- a/css/misc.css +++ b/css/common/misc.css @@ -1,3 +1,3 @@ -.reasonable-width { +.wide-enough { max-width: 400px; } |