Mercurial > aurellem
changeset 59:053bce43913c
changes from Dylan?
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 02 Mar 2015 12:14:21 -0500 |
parents | 41818c0cea59 |
children | 3186b6b76cde |
files | css/argentum.css org/setup.org |
diffstat | 2 files changed, 45 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/css/argentum.css Mon Mar 02 09:11:06 2015 -0800 1.2 +++ b/css/argentum.css Mon Mar 02 12:14:21 2015 -0500 1.3 @@ -264,6 +264,50 @@ 1.4 text-shadow:none; 1.5 font-size:1.5em!important; 1.6 } 1.7 + 1.8 + 1.9 + 1.10 +.ideas dl { 1.11 + line-height:1.6em; 1.12 + display:block; 1.13 + position:relative; 1.14 +} 1.15 + 1.16 +.ideas dt { 1.17 + font-family:Georgia, Palatino, Times,serif; 1.18 + color:#000; 1.19 + font-size:1.2em; 1.20 + margin-top:2em; 1.21 + margin-bottom:0.25em; 1.22 + text-transform:capitalize; 1.23 + display:block; 1.24 + 1.25 + position:absolute; 1.26 + top:0; 1.27 + bottom:0; 1.28 + width:12em; 1.29 + text-align:right; 1.30 + 1.31 +} 1.32 + 1.33 +.ideas dd { 1.34 + margin:0; 1.35 + padding:0; 1.36 +} 1.37 + 1.38 +.ideas blockquote { 1.39 + font-style:italic; 1.40 +} 1.41 + 1.42 +body { 1.43 +width:auto; 1.44 +font-size:16px!important; 1.45 +margin:0 4em; 1.46 +} 1.47 + 1.48 + 1.49 + 1.50 + 1.51 /* 1.52 1.53 .header {
2.1 --- a/org/setup.org Mon Mar 02 09:11:06 2015 -0800 2.2 +++ b/org/setup.org Mon Mar 02 12:14:21 2015 -0500 2.3 @@ -1,5 +1,5 @@ 2.4 #+MATHJAX: align:"left" mathml:t path:"/MathJax/MathJax.js" 2.5 -#+STYLE: <script type="text/javascript">var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-31261312-1']);_gaq.push(['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();</script><link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 2.6 +#+STYLE:<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 2.7 #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t 2.8 #+babel: :mkdirp yes :noweb yes 2.9