diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-10-20 21:12:57 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-10-20 21:12:57 +0200 |
commit | da36af8bcdaf2344fdb9019d1c17f44ff90316c4 (patch) | |
tree | 860b3d1a3574e344a75288d63f2180522209ad59 /design | |
parent | 32802edf1a4753822b03bc148f23079f5ea89f66 (diff) | |
download | Bits-da36af8bcdaf2344fdb9019d1c17f44ff90316c4.tar.gz Bits-da36af8bcdaf2344fdb9019d1c17f44ff90316c4.zip |
Added a small thing to list studies.
Diffstat (limited to 'design')
-rw-r--r-- | design/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/design/style.css b/design/style.css index 5e26d29..99903d1 100644 --- a/design/style.css +++ b/design/style.css @@ -243,6 +243,17 @@ hr { border-bottom: 1px dashed #AAA; } +li .info { + display: inline-block; + width: 50px; + color: #444; +} + +li p { + margin-top: 4px; + margin-bottom: 4px; +} + /* CARDS */ |