diff options
| author | Neylor Ohmaly | 2014-02-05 22:37:07 -0200 | 
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-05 22:37:07 -0200 | 
| commit | 39b3c016edeaccd315ba899dc413d1eab80d8a85 (patch) | |
| tree | 8996ce57bd8a77193a9bfb3302fdd5f19d21e268 /example/index.css | |
| parent | 42dc5c2042c4b9f6c0d707dde18ec5a2654017b4 (diff) | |
| download | nsPopover-0.5.1.tar.bz2 | |
Refactoring of the popover hide method.0.5.1
Diffstat (limited to 'example/index.css')
| -rw-r--r-- | example/index.css | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/example/index.css b/example/index.css index 1544c6d..9102b1b 100644 --- a/example/index.css +++ b/example/index.css @@ -44,4 +44,25 @@ article {  h1 {
    border-bottom: solid 1px #b9b8bb;
    padding-bottom: .5em;
 +}
 +
 +
 +.tooltip {
 +  padding: 0.75em 1.5em;
 +  max-width: 15em;
 +  font-size: 0.875em;
 +}
 +
 +.right-triangle
 +.left-triangle {
 +  content: "";
 +  display: block;
 +  width: 0;
 +  height: 0;
 +  border: inset 1em;
 +}
 +
 +.right-triangle {
 +  border-color: transparent #fff transparent transparent;
 +  border-right-style: solid;
  }
\ No newline at end of file | 
