~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-tools/webdoc/views/common.css

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*****Common.css*****/
 
2
/*bare-bones css for most layouts*/
 
3
body {
 
4
  padding: 0;
 
5
  height: 100%;
 
6
}
 
7
html {
 
8
  padding: 0;
 
9
  margin: 0 auto;
 
10
  height: 100%;
 
11
}
 
12
.code {
 
13
  font-family: "Courier New", Courier;
 
14
}
 
15
.table {
 
16
        padding-left:2px;
 
17
        padding-right:2px;
 
18
        padding-top:0px;
 
19
        padding-bottom:0px;
 
20
}
 
21
div.Content {
 
22
        margin-right: 1em;
 
23
}
 
24
iframe {
 
25
        margin: 0;
 
26
        padding: 0;
 
27
        border: 0;
 
28
        font-size: 100%;
 
29
        font: inherit;
 
30
        vertical-align: baseline;
 
31
}
 
32
#content_frame {
 
33
    width: 100%;
 
34
    height: 100%;
 
35
}
 
36
#main_part {
 
37
    height: 100%;
 
38
}