visuddhinanda il y a 5 ans
Parent
commit
18f4e294a2
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      app/wiki/wiki.php

+ 2 - 3
app/wiki/wiki.php

@@ -178,14 +178,13 @@ echo "wiki_load_word('{$_get_word}')";
     justify-content: space-between;
     justify-content: space-between;
 }
 }
 	.fun_frame {
 	.fun_frame {
-		border: 1px solid gray;
+		border-bottom: 1px solid gray;
 		margin-right: 10px;
 		margin-right: 10px;
 		margin-bottom: 10px;
 		margin-bottom: 10px;
-		border-radius: 5px;
 	}
 	}
 	.fun_frame>.title{
 	.fun_frame>.title{
-		border-bottom: 1px solid gray;
 		padding:6px;
 		padding:6px;
+		font-weight: 700;
 	}
 	}
 	.fun_frame>.content{
 	.fun_frame>.content{
 		padding:6px;
 		padding:6px;