Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2014-04-29 01:27:12 +0400
committerJoel Martinez <joelmartinez@gmail.com>2014-04-29 01:27:32 +0400
commit9d463c4b297606f24b8749b0bce15b3fb53d2f0e (patch)
tree2eb4e77d70cbb4c5b8701b68096237a253971dc5 /mcs/class/monodoc
parent2d9b230c73adb68013e8757ddb09ddd20fc359ef (diff)
[docs] monodoc style update for blockquote attribution.
Handles the case for method lists, which are contained in blockquotes.
Diffstat (limited to 'mcs/class/monodoc')
-rw-r--r--mcs/class/monodoc/Resources/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/monodoc/Resources/base.css b/mcs/class/monodoc/Resources/base.css
index 20175b43ae3..f213fafb3ac 100644
--- a/mcs/class/monodoc/Resources/base.css
+++ b/mcs/class/monodoc/Resources/base.css
@@ -39,7 +39,7 @@ div.title {
float:right;
}
-div:hover > .attributionlogo,p:hover > .attributionlogo,td:hover > .attributionlogo {
+div:hover > .attributionlogo,p:hover > .attributionlogo,td:hover > .attributionlogo,blockquote:hover > .attributionlogo {
display:inline;
float:right;
}