~chirality-flow/chiralityflow/ChiralityFlowMG

« back to all changes in this revision

Viewing changes to Template/NLO/HTML/mgstyle.css

  • Committer: andrew.lifson at lu
  • Date: 2021-09-02 13:57:34 UTC
  • Revision ID: andrew.lifson@thep.lu.se-20210902135734-4eybgli0iljkax9b
added fresh copy of MG5_aMC_v3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
th a:link{
 
2
    color:black;
 
3
}
 
4
 
 
5
table {
 
6
             border-width: 1px;
 
7
             border-spacing: 0px;
 
8
             border-style: outset;
 
9
             border-color: black;
 
10
             border-collapse: collapse;
 
11
             background-color: white;
 
12
}
 
13
table th {
 
14
             border-width: 2px;
 
15
             padding: 1px;
 
16
             border-style: solid;
 
17
             border-color: black;
 
18
             background-color: white;
 
19
}
 
20
 
 
21
table td {
 
22
             border-width: 2px;
 
23
             padding: 1px;
 
24
             border-style: solid;
 
25
             border-color: black;
 
26
}
 
27
 
 
28
input {
 
29
            display: inline;
 
30
}
 
31
 
 
32
form {
 
33
            display: inline;
 
34
}