Commit 4e63d95367e29ad73aa4a2bc5dd8fc3ad897571f

Authored by Elena.Budnik
1 parent 9cf77f46

amda about.html

Showing 1 changed file with 13 additions and 2 deletions   Show diff stats
js/resources/css/styles.css
... ... @@ -47,6 +47,16 @@ padding-top: 20px;
47 47 background: #F6F3E7;
48 48 }
49 49  
  50 +#main2
  51 +{
  52 +width: 710px;
  53 +height: 720px;
  54 +padding: 10px;
  55 +padding-top: 20px;
  56 +/*background: #ffffff; */
  57 +background: #F6F3E7;
  58 +}
  59 +
50 60 #back
51 61 {
52 62 width: 738px;
... ... @@ -60,16 +70,17 @@ width: 738px;
60 70  
61 71 #right H3
62 72 {
63   -width: 210px;
  73 +width: 160px;
64 74 height: 29px;
65 75 font-size: 14px;
66 76 font-weight: bold;
67 77 padding-left: 0px;
68 78 padding-top: 10px;
69 79 text-transform: uppercase;
  80 +text-decoration: underline;
70 81 color: #555555;
71 82 text-align: center;
72   -background: url(../images/right.png) no-repeat;
  83 +/*background: url(../images/test.png) no-repeat; */
73 84 }
74 85  
75 86 #right H4
... ...