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

25 lines
235 B
SCSS
Raw Normal View History

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