diff options
Diffstat (limited to 'resources/html/Ocean.std-theme')
| -rw-r--r-- | resources/html/Ocean.std-theme/ocean.css | 16 | 
1 files changed, 11 insertions, 5 deletions
diff --git a/resources/html/Ocean.std-theme/ocean.css b/resources/html/Ocean.std-theme/ocean.css index 42238709..b9ad560e 100644 --- a/resources/html/Ocean.std-theme/ocean.css +++ b/resources/html/Ocean.std-theme/ocean.css @@ -49,14 +49,14 @@ a[href]:hover { text-decoration:underline; }     For reasons, see:        http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts.css   */ -  +  body {  	font:13px/1.4 sans-serif;  	*font-size:small; /* for IE */  	*font:x-small; /* for IE in quirks mode */  } -h1 { font-size: 146.5%; /* 19pt */ }  +h1 { font-size: 146.5%; /* 19pt */ }  h2 { font-size: 131%;   /* 17pt */ }  h3 { font-size: 116%;   /* 15pt */ }  h4 { font-size: 100%;   /* 13pt */ } @@ -98,7 +98,7 @@ pre, code, kbd, samp, tt, .src {  /* @group Common */ -.caption, h1, h2, h3, h4, h5, h6 {  +.caption, h1, h2, h3, h4, h5, h6 {    font-weight: bold;    color: rgb(78,98,114);    margin: 0.8em 0 0.4em; @@ -122,7 +122,7 @@ ul.links {  ul.links li {    display: inline; -  border-left: 1px solid #d5d5d5;  +  border-left: 1px solid #d5d5d5;    white-space: nowrap;    padding: 0;  } @@ -457,13 +457,19 @@ div#style-menu-holder {  /* @group Auxillary Pages */ + +.extension-list { +    list-style-type: none; +    margin-left: 0; +} +  #mini {    margin: 0 auto;    padding: 0 1em 1em;  }  #mini > * { -  font-size: 93%; /* 12pt */   +  font-size: 93%; /* 12pt */  }  #mini #module-list .caption,  | 
