This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * test 1 | |
| */ | |
| .query{ | |
| display: inline-block; | |
| height: 10px; | |
| padding:0; | |
| } | |
| .col1{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container{ | |
| /* Just a container to set the width and positioning of tabs block */ | |
| margin:2em auto 0; | |
| position:relative; | |
| width:80%; | |
| } | |
| .reset{ | |
| /* just the reset link. Nothing to see here */ | |
| background:pink; | |
| display: inline-block; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container{ | |
| /* Just a container to set the width and positioning of tabs block */ | |
| margin:2em auto 0; | |
| position:relative; | |
| width:80%; | |
| } | |
| .reset{ |
NewerOlder