# HG changeset patch # User domruf # Date 1509231069 -7200 # Node ID 7f3486d1e084f0c91508d7b75b729f9adef625f9 # Parent 5ec18fe629a5055474244ca74ffe2463beec4486 less: remove .readme style I think the new bootstrap default actually looks better. diff -r 5ec18fe629a5 -r 7f3486d1e084 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Sat Oct 28 21:48:45 2017 +0200 +++ b/kallithea/public/css/style.css Sun Oct 29 00:51:09 2017 +0200 @@ -1454,77 +1454,6 @@ .ips_wrap .ip_entry .ip_action { float: left; } -/*README STYLE*/ -div.readme h2 { - font-weight: normal; -} -div.readme { - clear: both; - overflow: hidden; -} -div.readme h1, -div.readme h2, -div.readme h3, -div.readme h4, -div.readme h5, -div.readme h6 { - border-bottom: 0 !important; - margin: 0 !important; - padding: 0 !important; - line-height: 1.5em !important; -} -div.readme h2, -div.readme h3 { - margin: 1em 0 !important; -} -div.readme h2 { - margin-top: 1.5em !important; - border-top: 4px solid #e0e0e0 !important; - padding-top: .5em !important; -} -div.readme p { - color: black !important; - margin: 1em 0 !important; - line-height: 1.5em !important; -} -div.readme ul { - list-style: disc !important; - margin: 1em 0 1em 2em !important; -} -div.readme ol { - list-style: decimal; - margin: 1em 0 1em 2em !important; -} -div.readme code { - font-size: 12px !important; - background-color: ghostWhite !important; - color: #444 !important; - padding: 0 .2em !important; - border: 1px solid #dedede !important; -} -div.readme pre code { - padding: 0 !important; - font-size: 12px !important; - background-color: #eee !important; - border: none !important; -} -div.readme pre { - margin: 1em 0; - font-size: 12px; - background-color: #eee; - border: 1px solid #ddd; - padding: 5px; - color: #444; - overflow: auto; - border-radius: 3px; -} -div.readme table { - display: table; - border-collapse: separate; - border-spacing: 2px; - border-color: gray; - width: auto !important; -} /** comment main **/ .comment .panel { max-width: 978px; diff -r 5ec18fe629a5 -r 7f3486d1e084 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sat Oct 28 21:48:45 2017 +0200 +++ b/kallithea/public/less/style.less Sun Oct 29 00:51:09 2017 +0200 @@ -1136,77 +1136,6 @@ .ips_wrap .ip_entry .ip_action { float: left; } -/*README STYLE*/ -div.readme h2 { - font-weight: normal; -} -div.readme { - clear: both; - overflow: hidden; -} -div.readme h1, -div.readme h2, -div.readme h3, -div.readme h4, -div.readme h5, -div.readme h6 { - border-bottom: 0 !important; - margin: 0 !important; - padding: 0 !important; - line-height: 1.5em !important; -} -div.readme h2, -div.readme h3 { - margin: 1em 0 !important; -} -div.readme h2 { - margin-top: 1.5em !important; - border-top: 4px solid #e0e0e0 !important; - padding-top: .5em !important; -} -div.readme p { - color: black !important; - margin: 1em 0 !important; - line-height: 1.5em !important; -} -div.readme ul { - list-style: disc !important; - margin: 1em 0 1em 2em !important; -} -div.readme ol { - list-style: decimal; - margin: 1em 0 1em 2em !important; -} -div.readme code { - font-size: 12px !important; - background-color: ghostWhite !important; - color: #444 !important; - padding: 0 .2em !important; - border: 1px solid #dedede !important; -} -div.readme pre code { - padding: 0 !important; - font-size: 12px !important; - background-color: #eee !important; - border: none !important; -} -div.readme pre { - margin: 1em 0; - font-size: 12px; - background-color: #eee; - border: 1px solid #ddd; - padding: 5px; - color: #444; - overflow: auto; - border-radius: 3px; -} -div.readme table { - display: table; - border-collapse: separate; - border-spacing: 2px; - border-color: gray; - width: auto !important; -} /** comment main **/ .comment .panel { max-width: 978px;