File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 border :1px solid lightgrey ;
6464 flex-basis :50% ;
6565 padding :10px 20px ;
66+ transition : all 0.2s ;
6667 & :hover {
6768 cursor :pointer ;
68- background-color : #5c7292 ;
69- color : #fff ;
69+ transition : all 0.2 s ;
70+ border : 1 px solid #5c7292 ;
7071 }
7172 }
7273 .prev {
73-
74+ .prevtext :before {
75+ content : " « " ;
76+ }
7477 }
7578 .next {
7679 text-align :right ;
7780
81+ .nexttext :after {
82+ content : " »" ;
83+ }
7884 }
7985
8086 }
Original file line number Diff line number Diff line change 8282 </xsl : when >
8383 <xsl : otherwise >
8484 <h3 >
85- <xsl : value-of select =" substring-after($sectionid,'sec')" /> -
85+ <xsl : value-of select =" substring-after($sectionid,'sec')" />
86+ <xsl : text >  </xsl : text >
8687 <xsl : value-of select =" normalize-space(.)" />
8788 </h3 >
8889 </xsl : otherwise >
122123 <div class =' section-title' >
123124 <h2 >
124125 <xsl : if test =" @id != 'preface' and @id != 'sec-glossary'" >
125- <xsl : value-of select =" substring-after(@id,'sec')" /> -
126+ <xsl : value-of select =" substring-after(@id,'sec')" />
127+ <xsl : text >  </xsl : text >
126128 </xsl : if >
127129 <xsl : value-of select =" normalize-space(title)" />
128130 </h2 >
You can’t perform that action at this time.
0 commit comments