Skip to content

Commit

Permalink
Διορθώσεις
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonotarios committed Nov 29, 2016
1 parent 22ccaf7 commit e35480c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ body, h1, h2, h3, h4, h5, h6, legend {
font-weight: 300;
font-size: 1em;
}
body {
font-size: 1em;
}
pre, code, .rst-content tt, kbd, samp {
font-family: "Ubuntu Mono",Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
font-size: 1em;
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ pages:
- Αρχική: index.md
- Παράδειγμα: Παράδειγμα/README.md
- Ανάλυση: Παράδειγμα/README2.md
- Acknowledgements: ../acknowledgements.md
- License: ../LICENSE.md
theme: readthedocs
extra_css: [extra.css]

0 comments on commit e35480c

Please sign in to comment.