Changeset f1103be
- Timestamp:
- Jul 29, 2009 9:07:00 AM (11 years ago)
- Branches:
- master
- Children:
- abf2bea
- Parents:
- fb1a653
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/console/dark/default.css
rfb1a653 rf1103be 251 251 a:link{ 252 252 color: #99f; 253 text-decoration: none; 253 254 } 254 255 255 256 a:visited{ 256 257 color: #7bb; 258 text-decoration: none; 257 259 } 258 260 259 261 a:hover{ 260 262 color: #ff6600; 263 text-decoration: underline; 261 264 } 262 265 263 266 a:active{ 264 267 color: #900; 268 text-decoration: underline; 265 269 } 266 270 -
installer/resources/themes/console/light/default.css
rfb1a653 rf1103be 39 39 40 40 h4 { 41 font-size: 1 1pt;41 font-size: 14px; 42 42 font-weight: bold !important; 43 43 color: #001; … … 140 140 width: 150px; 141 141 height: 24px; 142 border: 1px solid # eef;142 border: 1px solid #44d; 143 143 padding: 2px; 144 144 margin: 4px 0 2px 0px; 145 145 font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; 146 146 font-weight: bold; 147 background: # 001;148 color: # fff;147 background: #ddf; 148 color: #001; 149 149 -moz-border-radius: 0 4px 4px 0; 150 150 -khtml-border-radius: 0 4px 4px 0; -
router/java/src/net/i2p/router/RouterVersion.java
rfb1a653 rf1103be 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 3 1;21 public final static long BUILD = 32; 22 22 /** for example "-test" */ 23 23 public final static String EXTRA = "-rc";
Note: See TracChangeset
for help on using the changeset viewer.