1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-07-22 01:21:24 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Rudolf
6b328f96b0 Kick-start development of Pico 3.0 2020-03-29 15:15:25 +02:00
Daniel Rudolf
06d26ef852 Add some basic utility classes for typography and images 2019-11-23 19:26:32 +01:00
Daniel Rudolf
0071fef215 Add Pico's logo and tagline to the default theme 2019-11-23 19:26:32 +01:00
Daniel Rudolf
0a9321047d Slightly decrease font size of inline code
`line-height: 1.9824;` is the result of `calc(1em * 1.4 + 2 * 0.1em + 2 * 1px / 16px / 0.85 + 2 * 0.1em / 0.85)` (`1em * 1.4` equals the line height for code (= `1.4` times), plus `0.1em` vertical padding on top and bottom, plus `1px` border width on top and bottom (`1rem` equals `16px` and considering the smaller font size (= `0.85rem`)), plus `0.1em` vertical margin on top and bottom (also considering the smaller font size).
2019-11-04 00:13:47 +01:00
Daniel Rudolf
8df986b02e Update JSDoc class docs 2019-10-26 11:30:05 +02:00
Daniel Rudolf
fc941aab0c Fix inline code line height
`line-height: 1.9778;` is the result of `calc(1rem * 1.6 / 0.9 + 2 * 0.1em)` (`1rem * 1.6 / 0.9` equals the default line height (= `1.6` times) adjusted by the smaller font size (= `0.9rem`), plus `0.1em` vertical space on top and bottom)
2019-10-12 19:51:34 +02:00
Daniel Rudolf
777f852a06 Add bottom margin to definition descriptions 2019-10-12 19:46:38 +02:00
Daniel Rudolf
b33fe258b0 CSS: Fix border value order 2019-03-11 23:06:01 +01:00
Daniel Rudolf
db2463c9b6 Add Bountysource icon (FontAwesome "dollar" icon)
See f994ef191c
2018-07-01 14:47:14 +02:00
Daniel Rudolf
630573dd56 Move stylesheets to css/ directory 2018-01-21 23:02:13 +01:00