aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-01 11:40:24 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-01 12:44:37 +0100
commit3d8f5cf84b8baa4a212f5089633af7c640609b62 (patch)
tree9878fda703fa0dde79e2e7dd13daad50605938d5 /inc
parent76fb679e38c6237fc2e39c12b829068c374b8372 (diff)
downloadShaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.tar.gz
Shaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.tar.zst
Shaarli-3d8f5cf84b8baa4a212f5089633af7c640609b62.zip
Describe markdown HTML rendering and display a warning
Fixes #688
Diffstat (limited to 'inc')
-rw-r--r--inc/shaarli.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index 5808320c..a24d4b7c 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -37,6 +37,10 @@ em {
37 font-style: italic; 37 font-style: italic;
38} 38}
39 39
40strong {
41 font-weight: bold;
42}
43
40/* Buttons */ 44/* Buttons */
41.bigbutton { 45.bigbutton {
42 background-color: #c0c0c0; 46 background-color: #c0c0c0;
@@ -1168,8 +1172,13 @@ ul.errors {
1168} 1172}
1169 1173
1170#pluginsadmin a { 1174#pluginsadmin a {
1175 color: #486D08;
1176}
1177
1178#pluginsadmin a.arrow {
1171 color: black; 1179 color: black;
1172} 1180}
1181
1173/* 404 page */ 1182/* 404 page */
1174.error-container { 1183.error-container {
1175 1184