ChangeLog.txt |
ace/ChangeLog.txt |
|
2011.02.14, Version 0.1.6
* Floating Anchors
- An Anchor is a floating pointer in the document.
- Whenever text is inserted or deleted before the cursor, the position of the cursor is updated
- Usesd for the cursor and selection
- Basis for… |
css.css |
css.css |
|
#csstab{
position: fixed;
top: 30%;
right: 0px;
height: 74px;
width: 30px;
overflow: hidden;
}
#csstab .box{
position: relative;
left: -21px;
top: 21px;
height: 20px;
width: 60px;
text-align: center;
background-color: #333;
… |
Editor |
ace/editor.html |
|
Editor |
live_css.info |
live_css.info |
|
name = Live CSS
description = Edit and save CSS changes live on the site
core = 7.x
files[] = live_css.module |
live_css.module |
live_css.module |
|
|