| View previous topic :: View next topic |
| Author |
Message |
trinity
Joined: 27 Jul 2006 Posts: 6
|
Posted: Tue Aug 29, 2006 Post subject: Remove the box arround the events? |
|
|
Please let me know how to be able to remove the box arround the events?
Thank you,
Mallika |
|
| Back to top |
|
 |
daltonlp Site Admin
Joined: 24 Nov 2003 Posts: 1482
|
Posted: Tue Aug 29, 2006 Post subject: |
|
|
To remove the border around events, modify your plans.css file and change this:
a.event_box {
border-style:solid;
border-width:1px;
border-color:#aaa;
padding:3px;
margin:2px;
text-align:left;
color:#3266cd;
font-weight:normal;
font-size:x-small;
text-decoration:none;
}
to this:
a.event_box {
border:none;
padding:3px;
margin:2px;
text-align:left;
color:#3266cd;
font-weight:normal;
font-size:x-small;
text-decoration:none;
}
- Lloyd |
|
| Back to top |
|
 |
|