Changeset 26 for trunk/web-app/css
- Timestamp:
- Oct 22, 2009, 6:04:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/style.css
r23 r26 104 104 padding-bottom: 20px; 105 105 } 106 107 #content p { 108 text-align: justify; 109 } 110 #content a:link, #content a:visited, #content a:hover{ 111 color: #006dba; 112 text-decoration: none; 113 } 114 #content p img { 115 display: run-in; 116 float: right; 117 padding: 2px; 118 border: 1px solid #006dba; 119 margin-left: 10px; 120 margin-bottom: 10px; 121 height: 120px; 122 } 106 123 /** END :: content **/ 107 124 /** START :: footer **/ … … 114 131 } 115 132 #footer a:link, #footer a:visited, #footer a:hover { 116 color: # ff7900;133 color: #006dba; 117 134 font-weight: normal; 118 135 text-decoration: none;
Note: See TracChangeset
for help on using the changeset viewer.