OSDN Git Service

BugTrack/2426 topicpath plugin - Use CSS layout for slashes
authorumorigu <umorigu@gmail.com>
Tue, 24 Oct 2017 17:44:42 +0000 (02:44 +0900)
committerumorigu <umorigu@gmail.com>
Tue, 24 Oct 2017 17:44:42 +0000 (02:44 +0900)
skin/pukiwiki.css
skin/tdiary.css

index 8759212..f3416a8 100644 (file)
@@ -612,10 +612,10 @@ td.vote_td2 {
 
 /* topicpath.inc.php */
 span.topicpath-slash {
-       margin: 0 0.4em;
+  margin: 0 0.4em;
 }
 span.topicpath-top {
-       user-select: none;
+  user-select: none;
 }
 
 /* bugtrack.inc.php */
index c84fc93..530c1ae 100644 (file)
@@ -488,10 +488,10 @@ td.vote_td2 {
 
 /* topicpath.inc.php */
 span.topicpath-slash {
-       margin: 0 0.4em;
+  margin: 0 0.4em;
 }
 span.topicpath-top {
-       user-select: none;
+  user-select: none;
 }
 
 /* bugtrack.inc.php */