about summary refs log tree commit diff stats
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/wittle/general.css.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/assets/stylesheets/wittle/general.css.scss b/app/assets/stylesheets/wittle/general.css.scss index c258734..a0eb980 100644 --- a/app/assets/stylesheets/wittle/general.css.scss +++ b/app/assets/stylesheets/wittle/general.css.scss
@@ -143,3 +143,29 @@ input[type="range"]::-ms-thumb {
143 padding-left: 1em; 143 padding-left: 1em;
144 text-align: right; 144 text-align: right;
145} 145}
146
147#archive {
148 width: 50%;
149 margin: 0 auto;
150 border-spacing: 0;
151 text-align: center;
152
153 tr {
154 &.odd {
155 background-color: #fff;
156 }
157
158 &.even {
159 background-color: #edf;
160 }
161 }
162
163 th, td {
164 padding: 0.5em;
165 }
166
167 ul {
168 list-style-type: none;
169 padding: 0;
170 }
171}