# Fresh & clean new cell name display

**URL:** https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456
**Category:** Announcements
**Created:** [December 4, 2018, 4:19am UTC](https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456 "2018-12-04T04:19:19Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![mootari](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/mootari/32/581_2.png) [@mootari](https://talk.observablehq.com/u/mootari)
#### Post date: [December 13, 2018, 8:57pm UTC](https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456/8 "2018-12-13T20:57:14Z")

</div>

> [@aaronkyle](#):
>
> I found the left-margin labels especially helpful to see html cells

Me too, so I wrote a short user style to bring them back:

```css
@-moz-document domain("beta.observablehq.com") {
div[id][data-node-id]:before {
  content: attr(id);
  position: absolute;
  right: calc(100% + 20px);
  top: 5px;
  pointer-events: none;
  z-index: 1;
}
}

```

Screenshot:

 ![user-style](https://canada1.discourse-cdn.com/flex030/uploads/observablehq/original/2X/f/f6253f2408a9773bc3aabbdd2b1273a484a76ee6.png)

---

_[View the full topic](https://talk.observablehq.com/t/fresh-clean-new-cell-name-display/1456)._
