diff options
author | m-r-r <raybaudroigm@gmail.com> | 2012-06-09 18:51:54 +0200 |
---|---|---|
committer | m-r-r <raybaudroigm@gmail.com> | 2012-06-09 18:51:54 +0200 |
commit | 2950b6abdad62fdd74682880acdec32f9b417420 (patch) | |
tree | d943a2c87f93674783224b8a5e2bd836261c9ad5 /dev-random/static/css/main.css | |
parent | f9c20b4a00027b0e34e7f88069ce6c7e21eb8b37 (diff) | |
download | pelican-themes-2950b6abdad62fdd74682880acdec32f9b417420.tar.gz |
[dev-random] corrected url bugs
Diffstat (limited to 'dev-random/static/css/main.css')
-rw-r--r-- | dev-random/static/css/main.css | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/dev-random/static/css/main.css b/dev-random/static/css/main.css index e9df3d2..39d8b62 100644 --- a/dev-random/static/css/main.css +++ b/dev-random/static/css/main.css @@ -45,11 +45,32 @@ a { text-decoration: none; } - a:hover { text-decoration: underline; } +img, table, pre { + margin: 1em .5em; + padding: .25em; + border: thin solid silver; + overflow: auto; +} + +figure { + display: block; + margin: 1em auto; + border: thin solid silver; + text-align: center; + font-size: .9em; +} + +figure img { + margin: .1em; + padding: .1em; + border: none; + max-width: 100%; + overflow: auto; +} pre { margin: 1em .5em; @@ -213,7 +234,7 @@ table tr { // GitHub button -@media screen and (min-width: 600px) { +@media screen and (min-width: 800px) { #github-link { display: block; position: absolute; @@ -226,12 +247,10 @@ table tr { border: none; text-decoration: none; color: transparent; - font-size: 0px; - text-decoration: none; + font-size: 0; } } - // Tag list ul#tagslist { |