Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -217,7 +217,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
|
|
||||||
.mdescLeft {
|
.mdescLeft {
|
||||||
padding: 0px 8px 4px 8px;
|
padding: 0px 8px 4px 8px;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
border-top: 1px none #E0E0E0;
|
border-top: 1px none #E0E0E0;
|
||||||
@@ -228,7 +228,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
}
|
}
|
||||||
.mdescRight {
|
.mdescRight {
|
||||||
padding: 0px 8px 4px 8px;
|
padding: 0px 8px 4px 8px;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
border-top: 1px none #E0E0E0;
|
border-top: 1px none #E0E0E0;
|
||||||
@@ -253,7 +253,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memItemRight {
|
.memItemRight {
|
||||||
padding: 1px 8px 0px 8px;
|
padding: 1px 8px 0px 8px;
|
||||||
@@ -271,7 +271,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memTemplItemLeft {
|
.memTemplItemLeft {
|
||||||
padding: 1px 0px 0px 8px;
|
padding: 1px 0px 0px 8px;
|
||||||
@@ -289,7 +289,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memTemplItemRight {
|
.memTemplItemRight {
|
||||||
padding: 1px 8px 0px 8px;
|
padding: 1px 8px 0px 8px;
|
||||||
@@ -307,7 +307,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.memTemplParams {
|
.memTemplParams {
|
||||||
padding: 1px 0px 0px 8px;
|
padding: 1px 0px 0px 8px;
|
||||||
@@ -326,7 +326,7 @@ SPAN.vhdllogic { color: #ff0000 }
|
|||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
color: #606060;
|
color: #606060;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.search {
|
.search {
|
||||||
color: #003399;
|
color: #003399;
|
||||||
@@ -495,3 +495,7 @@ A[HREF="modules.html"] SPAN:before {
|
|||||||
content: "Categories / ";
|
content: "Categories / ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DIV.navigation A SPAN {
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user