diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 01:37:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 01:37:15 +0300 |
commit | c50335effd87dfc0ee856b127d75514878532c29 (patch) | |
tree | 309fe24c4f300dd565e1fe6cfc36e64af4335731 /css | |
parent | README update (diff) | |
download | egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.tar.gz egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.zip |
css/ -> css/common/
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; } |