diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
| commit | 8ddf2e94df70707b458528a437759b96046d3e01 (patch) | |
| tree | d442818d92d3c9c6f7fcdc92857a1228963849a1 /_assets/stylesheets/text.css | |
| parent | Don't need to use the IP in the makefile. (diff) | |
| download | lumberjaph-8ddf2e94df70707b458528a437759b96046d3e01.tar.gz | |
Huge update.
Moved all posts from textile to markdown. Updated all the CSS and
styles. Added a new page for the resume.
Diffstat (limited to '')
| -rw-r--r-- | _assets/stylesheets/text.css | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/_assets/stylesheets/text.css b/_assets/stylesheets/text.css deleted file mode 100644 index 5b71cb2..0000000 --- a/_assets/stylesheets/text.css +++ /dev/null @@ -1,69 +0,0 @@ -#header h1 { - font-size: 120%; - display: inline-block; -} - -code, pre { - color: #000; - background-color: #fff; - font-weight: normal; - font-family: "Menlo", "Consolas", "Inconsolata", "Anonymous", "Monaco", monospace; - font-size: 0.9em; - line-height: 1.2em; -} - -p code, li>code { - border: 1px solid #DDDDDD; - padding: 2px; - font-size: 0.8em; -} - -#header h1 a, h2.post-title a, h2.static-title a { - color: #000; -} - -ul, ol { - margin-left: 2em; -} - -div.highlight, pre { - margin-bottom: 1em; -} - -code.has-jax { - border: none; - background-color: #fff; -} - -.date { - font-style: italic; - color: #4e4e4e; -} - -body { - font: 300 1.1em/1.6em "Droid Serif", "Open Sans", Cambria, Georgia, "DejaVu Serif", serif; -} - -blockquote { - padding-top: 0; -} - -.panel { - padding-left: 2em; - padding-right: 2em; - font-size: 120%; -} - -.panel p { - font-weight: bold; - font-style: italic; - line-height: 1.1em; -} - -footer { - text-align: center; -} - -footer span { - font-style: italic; -} |
