12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .ds-right {
- width: 75%;
- float: right;
- }
- .ds-left {
- width: 23%;
- float: left;
- }
- .tripal-ds-button {
- height: 15px;
- vertical-align: text-top;
- }
- .hideTripalPane {
- display: none;
- }
- .showTripalPane {
- display: inherit;
- }
|