Change position absolute=>relative
This commit is contained in:
		@@ -51,7 +51,7 @@ table {
 | 
			
		||||
pre.example:before {
 | 
			
		||||
  content: 'Results';
 | 
			
		||||
  display: inline;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  color: #808080;
 | 
			
		||||
  background-color: white;
 | 
			
		||||
  top: -10px;
 | 
			
		||||
 
 | 
			
		||||
@@ -1303,7 +1303,7 @@ table {
 | 
			
		||||
pre.example:before {
 | 
			
		||||
  content: 'Results';
 | 
			
		||||
  display: inline;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  color: #808080;
 | 
			
		||||
  background-color: white;
 | 
			
		||||
  top: -10px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user