0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 16:32:51 +00:00

changes to the css style

This commit is contained in:
Eric Schulte 2009-09-05 12:15:59 -06:00
parent 18c92eba6a
commit b8f5011516

View file

@ -33,19 +33,33 @@ publishing. Publish a project with =C-c C-e X=.
Calling =org-babel-tangle= in this file will export the css file for
the Org-babel documentation.
#+begin_src css :tangle doc/stylesheet
#logo {
float:right;
}
#+begin_src sass :file doc/stylesheet.css :results silent
#logo
float: right
#logo #attr {
float:center;
text-align:center;
margin-top:-1em;
}
#logo #attr
font: 9pt
float: center
text-align: center
margin-top: -1em
#subtitle {
float:center;
text-align:center;
}
#subtitle
float: center
text-align: center
#content
color: #2e2e2e
.outline-text-3
margin-left: 2em
h3
margin-left: 1em
color: #000
a
text-decoration: none
color: #4a708b
a:hover
text-decoration: underline
#+end_src