discourse/app/assets/stylesheets/common/base/about.scss

25 lines
235 B
SCSS
Raw Normal View History

2014-08-11 16:59:00 -04:00
section.about {
2018-02-28 15:02:11 -05:00
margin-bottom: 40px;
2014-08-11 16:59:00 -04:00
h3 {
2018-02-28 15:02:11 -05:00
margin-bottom: 15px;
2014-08-11 18:15:35 -04:00
}
2014-08-11 16:59:00 -04:00
table {
2018-02-28 15:02:11 -05:00
width: auto;
2014-08-11 16:59:00 -04:00
2014-08-11 17:03:12 -04:00
th {
text-align: left;
}
td,
th {
2018-02-28 15:02:11 -05:00
padding: 10px;
2014-08-11 16:59:00 -04:00
}
td.title {
2014-10-07 03:18:54 -04:00
width: 33%;
2014-08-11 16:59:00 -04:00
}
}
}