Mercurial > dottes
comparison web/css/dottes.css @ 629:37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 06 Nov 2016 21:01:56 +0000 |
parents | dfeb781e5196 |
children | eb1392fd0b76 |
comparison
equal
deleted
inserted
replaced
628:4618fbf52662 | 629:37a9b621b5a6 |
---|---|
67 } | 67 } |
68 | 68 |
69 div.dottes-body | 69 div.dottes-body |
70 { | 70 { |
71 background-color: white; | 71 background-color: white; |
72 | |
72 -webkit-border-top-left-radius: 5px; | 73 -webkit-border-top-left-radius: 5px; |
73 -webkit-border-top-right-radius: 5px; | 74 -webkit-border-top-right-radius: 5px; |
74 -moz-border-radius-topleft: 5px; | 75 -moz-border-radius-topleft: 5px; |
75 -moz-border-radius-topright: 5px; | 76 -moz-border-radius-topright: 5px; |
76 border-top-left-radius: 5px; | 77 border-top-left-radius: 5px; |
83 border-bottom-left-radius: 5px; | 84 border-bottom-left-radius: 5px; |
84 border-bottom-right-radius: 5px; | 85 border-bottom-right-radius: 5px; |
85 | 86 |
86 margin-top: 5px; | 87 margin-top: 5px; |
87 margin-bottom: 5px; | 88 margin-bottom: 5px; |
89 | |
90 padding: 5px; | |
88 } | 91 } |
89 | 92 |
90 div.dottes-body h1 | 93 div.dottes-body h1 |
91 { | 94 { |
92 margin: 10px; | 95 margin: 10px; |
93 text-align: left; | 96 text-align: left; |
94 } | 97 } |
95 | 98 |
96 div.dottes-container | 99 div.dottes-transpose-container |
97 { | 100 { |
98 border: 2px solid grey; | 101 border: 2px solid grey; |
99 margin: 10px; | 102 margin: 5px; |
100 } | 103 } |
101 | 104 |
102 div.dottes-transpose-instrument | 105 div.dottes-transpose-instrument |
103 { | 106 { |
104 display: table; | 107 display: table; |