changeset 7014:7f3486d1e084

less: remove .readme style I think the new bootstrap default actually looks better.
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 00:51:09 +0200
parents 5ec18fe629a5
children ed783f8d4562
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 142 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;