diff --git a/slt/css/desktop.css b/slt/css/desktop.css index 6ec22a8..dd792bb 100644 --- a/slt/css/desktop.css +++ b/slt/css/desktop.css @@ -289,6 +289,30 @@ Additional content } +p.readmore +{ + text-align: right; + font-size: smaller; +} + +.btn +{ + border-radius: 0pt; +} + +.readmore > .btn +{ + font-size: inherit; + background-image: none; + border: none; + text-shadow: unset; +} + +p.readmore > .btn > span[class^="icon-"] +{ + display: none; +} + /* * Debug diff --git a/slt/index.php b/slt/index.php index c22e6a2..685c628 100644 --- a/slt/index.php +++ b/slt/index.php @@ -187,6 +187,16 @@ table.alternating tr:nth-child(1) { table.alternating tr:nth-child(1) a { color: ; } +.readmore > .btn +{ + color: ; + background-color: ; +} +.readmore > .btn:hover +{ + color: ; + background-color: ; +}