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/static | |
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/static')
-rw-r--r-- | libretube-theme/static/css/styles.css | 7 |
1 files changed, 5 insertions, 2 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; |