diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-12 11:59:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-12 11:59:11 -0500 |
commit | 4f9419993e91008bda526a7a9c05a83fe841fbdc (patch) | |
tree | b3fedf81c8d6b3ea85fa42ae3613a2599c3b3559 /libretube-theme | |
parent | c864a650de5c944386721f3719a5fbb145e77024 (diff) | |
download | libretube-4f9419993e91008bda526a7a9c05a83fe841fbdc.tar.lz libretube-4f9419993e91008bda526a7a9c05a83fe841fbdc.tar.xz libretube-4f9419993e91008bda526a7a9c05a83fe841fbdc.zip |
organize the information of the video-articles
Diffstat (limited to 'libretube-theme')
-rw-r--r-- | libretube-theme/static/css/styles.css | 7 | ||||
-rw-r--r-- | libretube-theme/templates/base.html | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libretube-theme/static/css/styles.css b/libretube-theme/static/css/styles.css index 3beef8a..e1fd735 100644 --- a/libretube-theme/static/css/styles.css +++ b/libretube-theme/static/css/styles.css @@ -1,6 +1,6 @@ /*! * Author: jesus e. - * Version: 1.2.2 + * Version: 1.2.3 */ @font-face { font-family: 'Open Sans'; @@ -19,7 +19,6 @@ body { p { line-height: 24px; - font-weight: 300; } a { @@ -443,6 +442,10 @@ input { } /* Main Content */ +article ul, article ol { + margin-left: 1rem; +} + .main-videos h2 { margin: 20px 0px 0px 0px; font-weight: 900; diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index 38e0e28..ff85bee 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -21,7 +21,7 @@ integrity="sha512-tDXPcamuZsWWd6OsKFyH6nAqh/MjZ/5Yk88T5o+aMfygqNFPan1pLyPFAndRzmOWHKT+jSDzWpJv8krj6x1LMA=="> <!-- Main Styling --> <link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/styles.css" rel="stylesheet" - integrity="sha512-mKduf+g5XnY9yrr7FIa4RX+iprre7ZPora9ROTVIvPje3NCCitToxWlo0rmh+LhUlKTvtRWtFm70zBfqdNS/ow=="> + integrity="sha512-p4cSeIVEYOeL0Opy7qudr1NODy0tjE64Y/IxR5tQtfSYOfl9I0vpzVDNaMWj516lgST/qhEE+OKX864TJYhPeQ=="> <!-- favicon --> <link rel="icon" type="image/png" sizes="192x192" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-192x192.png"> |