diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-31 17:33:45 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-31 17:33:45 +0200 |
commit | e3f24f6437d928df13517c8c6ff010204d2f65f9 (patch) | |
tree | 85fa28c917ee4759e73a911681dc682f53ee56d7 /export | |
parent | bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829 (diff) | |
download | hemiptera-e3f24f6437d928df13517c8c6ff010204d2f65f9.tar.gz hemiptera-e3f24f6437d928df13517c8c6ff010204d2f65f9.tar.bz2 hemiptera-e3f24f6437d928df13517c8c6ff010204d2f65f9.zip |
added ability to create project descriptions.
Diffstat (limited to 'export')
-rw-r--r-- | export/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/export/styles.css b/export/styles.css index 71c36d7..33d7a15 100644 --- a/export/styles.css +++ b/export/styles.css @@ -243,3 +243,8 @@ footer { margin: 1em; padding: 1em; } + +.instr { + font-size: 0.7em; + margin-top: 1em; +} |