comparison css/mpiwg.css @ 168:07beb979e7e4

Merge with 6e0bea9510c9c28db9c8cc44e8bb9b51bff7168b
author casties
date Fri, 07 Jun 2013 11:32:05 +0200
parents 9e4001404792 6e0bea9510c9
children a743e22a155a
comparison
equal deleted inserted replaced
167:9e4001404792 168:07beb979e7e4
136 margin: 0; 136 margin: 0;
137 } 137 }
138 138
139 ul.inline li { 139 ul.inline li {
140 display: inline; 140 display: inline;
141 }
142
143 .hasright {
144 position: relative;
145 }
146
147 .hasright .right {
148 position: absolute;
149 right: 0;
150 margin-right: 0.5em;
141 } 151 }
142 152
143 .clear { 153 .clear {
144 clear: both; 154 clear: both;
145 } 155 }