mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 19:28:50 +01:00
tooltip update missed in #361
This commit is contained in:
parent
045d0d0dea
commit
32219ad267
@ -419,7 +419,7 @@ strong {
|
|||||||
color: #298625;
|
color: #298625;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qtip-permitted .qtip-titlebar {
|
.qtip-permissions .qtip-titlebar {
|
||||||
background-color: #3dc637;
|
background-color: #3dc637;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -23,9 +23,9 @@ class Choosealicense
|
|||||||
|
|
||||||
# Annotation rule types as defined in `_config.yml`
|
# Annotation rule types as defined in `_config.yml`
|
||||||
ruletypes:
|
ruletypes:
|
||||||
required: "Required"
|
permissions: "Permission"
|
||||||
permitted: "Permitted"
|
conditions: "Condition"
|
||||||
forbidden: "Forbidden"
|
limitations: "Limitation"
|
||||||
|
|
||||||
# fire on document.ready
|
# fire on document.ready
|
||||||
constructor: ->
|
constructor: ->
|
||||||
|
Loading…
Reference in New Issue
Block a user