diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-09-17 19:36:41 +0200 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-09-17 19:36:41 +0200 |
commit | 8d9321225140a3db0b72796d4d0236d6cacfeb8a (patch) | |
tree | 766e25ed98b86ed4cbf6d0517d9daaecc5ce3c18 /design | |
parent | b6b341d949437c913fcce3d1a7c302945f67b22b (diff) | |
download | Bits-8d9321225140a3db0b72796d4d0236d6cacfeb8a.tar.gz Bits-8d9321225140a3db0b72796d4d0236d6cacfeb8a.zip |
Started working on a study program.
Diffstat (limited to 'design')
-rw-r--r-- | design/style.css | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/design/style.css b/design/style.css index d186eda..64571fa 100644 --- a/design/style.css +++ b/design/style.css @@ -54,6 +54,8 @@ h1 { .menu a { min-width: 100px; padding: 4px; + padding-left: 20px; + padding-right: 20px; } } @@ -125,7 +127,7 @@ iframe, textarea { iframe, textarea { border: 1px solid gray; width: 98%; - height: 400px; + height: 300px; } textarea { @@ -177,6 +179,13 @@ iframe, textarea { font-style: italic; } +.ordering_links { + font-size: 0.8em; + margin-top: 10px; + margin-left: 50px; + color: #444; +} + table { margin: 8px; width: 99%; @@ -199,6 +208,25 @@ th { text-align: center; } +code { + font-size: 1.2em; +} + abbr { border-bottom: 1px dashed #999; } + + +/* CARDS */ + +.study_card { + margin: 16px; + border-left: 1px solid #ccc; + border-bottom: 1px solid #ccc; + padding: 8px; +} + +.study_card code { + margin-left: 16px; + margin-bottom: 8px; +} |