style.css (flatpak-1.8.2.tar.xz) | : | style.css (flatpak-1.8.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 64 | skipping to change at line 64 | |||
/* tango:sky blue 2 */ | /* tango:sky blue 2 */ | |||
color: #3465a4; | color: #3465a4; | |||
} | } | |||
a:hover | a:hover | |||
{ | { | |||
text-decoration: underline; | text-decoration: underline; | |||
/* tango:sky blue 1 */ | /* tango:sky blue 1 */ | |||
color: #729fcf; | color: #729fcf; | |||
} | } | |||
div.informaltable table | ||||
{ | ||||
border-collapse: separate; | ||||
border-spacing: 1em 0.3em; | ||||
border: none; | ||||
} | ||||
div.informaltable table td, div.informaltable table th | ||||
{ | ||||
vertical-align: top; | ||||
} | ||||
.function_type, | .function_type, | |||
.variable_type, | .variable_type, | |||
.property_type, | .property_type, | |||
.signal_type, | .signal_type, | |||
.parameter_name, | .parameter_name, | |||
.struct_member_name, | .struct_member_name, | |||
.union_member_name, | .union_member_name, | |||
.define_keyword, | .define_keyword, | |||
.datatype_keyword, | .datatype_keyword, | |||
.typedef_keyword | .typedef_keyword | |||
skipping to change at line 130 | skipping to change at line 118 | |||
.signal_flags a:hover | .signal_flags a:hover | |||
{ | { | |||
color: #729fcf; | color: #729fcf; | |||
} | } | |||
td p | td p | |||
{ | { | |||
margin: 0.25em; | margin: 0.25em; | |||
} | } | |||
div.informaltable table[border="1"], | ||||
div.table table | div.table table | |||
{ | { | |||
border-collapse: collapse; | border-collapse: collapse; | |||
border-spacing: 0px; | border-spacing: 0px; | |||
/* tango:aluminium 3 */ | /* tango:aluminium 3 */ | |||
border: solid 1px #babdb6; | border: solid 1px #babdb6; | |||
} | } | |||
div.informaltable table[border="1"] td, | ||||
div.informaltable table th, | ||||
div.table table td, div.table table th | div.table table td, div.table table th | |||
{ | { | |||
/* tango:aluminium 3 */ | /* tango:aluminium 3 */ | |||
border: solid 1px #babdb6; | border: solid 1px #babdb6; | |||
padding: 3px; | padding: 3px; | |||
vertical-align: top; | vertical-align: top; | |||
} | } | |||
div.table table tr.subhead | div.informaltable table[border="1"] th, | |||
{ | ||||
/* tango:aluminium 2 */ | ||||
background-color: #d3d7cf; | ||||
font-weight: bold; | ||||
} | ||||
div.table table th | div.table table th | |||
{ | { | |||
/* tango:aluminium 2 */ | /* tango:aluminium 2 */ | |||
background-color: #d3d7cf; | background-color: #d3d7cf; | |||
} | } | |||
h4 | h4 | |||
{ | { | |||
color: #555753; | color: #555753; | |||
margin-top: 1em; | margin-top: 1em; | |||
End of changes. 4 change blocks. | ||||
19 lines changed or deleted | 4 lines changed or added |